Removed the duplicated netty dependency in SBT build file.

This commit is contained in:
Reynold Xin 2013-05-16 14:31:03 -07:00
parent 2f576aba8f
commit f742435f18

View file

@ -142,7 +142,6 @@ object SparkBuild extends Build {
),
libraryDependencies ++= Seq(
"io.netty" % "netty" % "3.5.3.Final",
"com.google.guava" % "guava" % "11.0.1",
"log4j" % "log4j" % "1.2.16",
"org.slf4j" % "slf4j-api" % slf4jVersion,