We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619c0fa commit 703ee65Copy full SHA for 703ee65
project/SparkBuild.scala
@@ -270,7 +270,8 @@ object SparkBuild extends Build {
270
"com.codahale.metrics" % "metrics-graphite" % "3.0.0",
271
"com.twitter" %% "chill" % "0.3.1",
272
"com.twitter" % "chill-java" % "0.3.1",
273
- "com.clearspring.analytics" % "stream" % "2.5.1"
+ "com.clearspring.analytics" % "stream" % "2.5.1",
274
+ "org.msgpack" %% "msgpack-scala" % "0.6.8"
275
)
276
277
0 commit comments