Skip to content
Snippets Groups Projects
Commit f742435f authored by Reynold Xin's avatar Reynold Xin
Browse files

Removed the duplicated netty dependency in SBT build file.

parent 2f576aba
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment