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 f2d76a0 commit e67212aCopy full SHA for e67212a
project/SparkBuild.scala
@@ -311,7 +311,8 @@ object SparkBuild extends Build {
311
"com.codahale.metrics" % "metrics-graphite" % "3.0.0",
312
"com.twitter" %% "chill" % "0.3.1",
313
"com.twitter" % "chill-java" % "0.3.1",
314
- "com.clearspring.analytics" % "stream" % "2.5.1"
+ "com.clearspring.analytics" % "stream" % "2.5.1",
315
+ "org.msgpack" %% "msgpack-scala" % "0.6.8"
316
)
317
318
0 commit comments