Skip to content

Commit

Permalink
lift-common doesn't need commons-codec
Browse files Browse the repository at this point in the history
  • Loading branch information
indrajitr committed Mar 23, 2012
1 parent ac3fc0a commit aa8a9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -39,7 +39,7 @@ object BuildDef extends Build {
lazy val common =
coreProject("common")
.settings(description := "Common Libraties and Utilities",
libraryDependencies ++= Seq(slf4j_api, logback, slf4j_log4j12, commons_codec))
libraryDependencies ++= Seq(slf4j_api, logback, slf4j_log4j12))

lazy val actor =
coreProject("actor")
Expand Down

0 comments on commit aa8a9e0

Please sign in to comment.