Skip to content

Commit

Permalink
Bring back msgpack
Browse files Browse the repository at this point in the history
  • Loading branch information
MLnick committed Apr 18, 2014
1 parent 9d2256e commit f6aac55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,8 @@ object SparkBuild extends Build {
"com.twitter" % "chill-java" % chillVersion excludeAll(excludeAsm),
"org.tachyonproject" % "tachyon" % "0.4.1-thrift" excludeAll(excludeHadoop, excludeCurator, excludeEclipseJetty, excludePowermock),
"com.clearspring.analytics" % "stream" % "2.5.1",
"org.spark-project" % "pyrolite" % "2.0"
"org.spark-project" % "pyrolite" % "2.0",
"org.msgpack" %% "msgpack-scala" % "0.6.8"
),
libraryDependencies ++= maybeAvro
)
Expand Down

0 comments on commit f6aac55

Please sign in to comment.