Skip to content

Commit

Permalink
Fix log4j dependency reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
leothekim committed Jul 19, 2011
1 parent f2e26c3 commit da3fae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/ZookeeperClientProject.scala
Expand Up @@ -14,7 +14,7 @@ class ZookeeperClientProject(info: ProjectInfo) extends StandardProject(info) wi
// dependencies
val slf4jApi = "org.slf4j" % "slf4j-api" % "1.5.8"
val slf4jLog = "org.slf4j" % "slf4j-log4j12" % "1.5.8"
val log4j = "apache-log4j" % "log4j" % "1.2.15"
val log4j = "log4j" % "log4j" % "1.2.16"
val configgy = "net.lag" % "configgy" % "2.0.1"
val specs = "org.scala-tools.testing" % "specs_2.8.1" % "1.6.6" % "test"

Expand Down

0 comments on commit da3fae7

Please sign in to comment.