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

Remove dependency on Akka

parent 90418b70
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,6 @@ object SparkBuild extends Build { ...@@ -53,8 +53,6 @@ object SparkBuild extends Build {
"asm" % "asm-all" % "3.3.1", "asm" % "asm-all" % "3.3.1",
"com.google.protobuf" % "protobuf-java" % "2.3.0", "com.google.protobuf" % "protobuf-java" % "2.3.0",
"de.javakaffee" % "kryo-serializers" % "0.9", "de.javakaffee" % "kryo-serializers" % "0.9",
"se.scalablesolutions.akka" % "akka-actor" % "1.2",
"se.scalablesolutions.akka" % "akka-remote" % "1.2",
"org.jboss.netty" % "netty" % "3.2.6.Final", "org.jboss.netty" % "netty" % "3.2.6.Final",
"it.unimi.dsi" % "fastutil" % "6.4.2" "it.unimi.dsi" % "fastutil" % "6.4.2"
) )
......
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