Skip to content
Snippets Groups Projects
Commit 24c0cd61 authored by Tathagata Das's avatar Tathagata Das
Browse files

Fixed resolver for akka-zeromq

parent cfa65ebf
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,9 @@ object SparkBuild extends Build {
def streamingSettings = sharedSettings ++ Seq(
name := "spark-streaming",
resolvers ++= Seq(
"Akka Repository" at "http://repo.akka.io/releases"
),
libraryDependencies ++= Seq(
"org.apache.flume" % "flume-ng-sdk" % "1.2.0" % "compile",
"com.github.sgroschupf" % "zkclient" % "0.1",
......
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