Skip to content
Snippets Groups Projects
Commit 3cc6818f authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #668 from shimingfei/guava-14.0.1

update guava version from 11.0.1 to 14.0.1
parents ebe1efc8 04567a17
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,8 @@ object SparkBuild extends Build {
),
libraryDependencies ++= Seq(
"com.google.guava" % "guava" % "11.0.1",
"com.google.guava" % "guava" % "14.0.1",
"com.google.code.findbugs" % "jsr305" % "1.3.+",
"log4j" % "log4j" % "1.2.16",
"org.slf4j" % "slf4j-api" % slf4jVersion,
"org.slf4j" % "slf4j-log4j12" % 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