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

Commit

Permalink
Merge pull request #392 from twitter/feature/branchB
Browse files Browse the repository at this point in the history
Add in log4j and slf4j to the example
  • Loading branch information
johnynek committed Dec 4, 2013
2 parents eedb870 + e2f04f3 commit ac93197
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ object SummingbirdBuild extends Build {

lazy val summingbirdExample = module("example").settings(
libraryDependencies ++= Seq(
"log4j" % "log4j" % "1.2.16",
"org.slf4j" % "slf4j-log4j12" % slf4jVersion,
"com.twitter" %% "bijection-netty" % bijectionVersion,
"com.twitter" %% "tormenta-twitter" % tormentaVersion exclude("org.slf4j", "log4j-over-slf4j") exclude("ch.qos.logback", "logback-classic"),
"com.twitter" %% "storehaus-memcache" % storehausVersion
Expand Down

0 comments on commit ac93197

Please # to comment.