Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

merge in cherry pick of dagon use #759

Open
wants to merge 1 commit into
base: v0.10-branch
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val bijectionVersion = "0.9.1"
val chillVersion = "0.7.3"
val commonsHttpClientVersion = "3.1"
val commonsLangVersion = "2.6"
val finagleVersion = "6.27.0"
val dagonVersion = "0.3.0"
val hadoopVersion = "1.2.1"
val junitVersion = "4.11"
val log4jVersion = "1.2.16"
Expand Down Expand Up @@ -234,7 +234,9 @@ lazy val summingbirdClient = module("client").settings(
).dependsOn(summingbirdBatch)

lazy val summingbirdCore = module("core").settings(
libraryDependencies += "com.twitter" %% "algebird-core" % algebirdVersion
libraryDependencies ++= Seq(
"com.twitter" %% "algebird-core" % algebirdVersion,
"com.stripe" %% "dagon-core" % dagonVersion)
)

lazy val summingbirdOnline = module("online").settings(
Expand Down

This file was deleted.

Loading