We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f404ff commit 7c3c396Copy full SHA for 7c3c396
1 file changed
project/SparkBuild.scala
@@ -216,6 +216,8 @@ object OldDeps {
216
def oldDepsSettings() = Defaults.coreDefaultSettings ++ Seq(
217
name := "old-deps",
218
scalaVersion := "2.10.4",
219
+ // TODO: remove this as soon as 1.2.0 is published on Maven central.
220
+ resolvers += "spark-staging-1038" at "https://repository.apache.org/content/repositories/orgapachespark-1038/",
221
retrieveManaged := true,
222
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
223
libraryDependencies := Seq("spark-streaming-mqtt", "spark-streaming-zeromq",
0 commit comments