Skip to content

Commit

Permalink
Adding commons codec to the dependency (linkedin#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
tglstory authored and akshayrai committed Apr 27, 2016
1 parent fa2d249 commit 63aa982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import sbt._
object Dependencies {

// Dependency Version
lazy val commonsCodecVersion = "1.10"
lazy val commonsIoVersion = "2.4"
lazy val gsonVersion = "2.2.4"
lazy val guavaVersion = "18.0" // Hadoop defaultly are using guava 11.0, might raise NoSuchMethodException
Expand All @@ -44,6 +45,7 @@ object Dependencies {
var requiredDep = Seq(
"com.google.code.gson" % "gson" % gsonVersion,
"com.google.guava" % "guava" % guavaVersion,
"commons-codec" % "commons-codec" % commonsCodecVersion,
"commons-io" % "commons-io" % commonsIoVersion,
"mysql" % "mysql-connector-java" % mysqlConnectorVersion,
"org.apache.hadoop" % "hadoop-auth" % hadoopVersion % "compileonly",
Expand Down

0 comments on commit 63aa982

Please sign in to comment.