Skip to content

Commit 7c3c396

Browse files
author
Marcelo Vanzin
committed
Added temp repo to sbt build.
1 parent 5f404ff commit 7c3c396

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

project/SparkBuild.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ object OldDeps {
216216
def oldDepsSettings() = Defaults.coreDefaultSettings ++ Seq(
217217
name := "old-deps",
218218
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/",
219221
retrieveManaged := true,
220222
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
221223
libraryDependencies := Seq("spark-streaming-mqtt", "spark-streaming-zeromq",

0 commit comments

Comments
 (0)