From 8e253ebbf8c5867bd6b626ca8f20699d71aa6ddb Mon Sep 17 00:00:00 2001 From: scwf Date: Fri, 19 Dec 2014 08:29:38 -0800 Subject: [Build] Remove spark-staging-1038 Author: scwf Closes #3743 from scwf/abc and squashes the following commits: 7d98bc8 [scwf] removing spark-staging-1038 --- project/SparkBuild.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'project') diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index ff8cf81b28..f52074282e 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -214,8 +214,6 @@ object OldDeps { def oldDepsSettings() = Defaults.coreDefaultSettings ++ Seq( name := "old-deps", scalaVersion := "2.10.4", - // TODO: remove this as soon as 1.2.0 is published on Maven central. - resolvers += "spark-staging-1038" at "https://repository.apache.org/content/repositories/orgapachespark-1038/", retrieveManaged := true, retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]", libraryDependencies := Seq("spark-streaming-mqtt", "spark-streaming-zeromq", -- cgit v1.2.3