aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscwf <wangfei1@huawei.com>2014-12-19 08:29:38 -0800
committerJosh Rosen <joshrosen@databricks.com>2014-12-19 08:29:38 -0800
commit8e253ebbf8c5867bd6b626ca8f20699d71aa6ddb (patch)
tree081c9af73ebfd42c5c29f193cdda04772a575eba
parent5479450c45038ddb4485cd676f945a961f2420d8 (diff)
downloadspark-8e253ebbf8c5867bd6b626ca8f20699d71aa6ddb.tar.gz
spark-8e253ebbf8c5867bd6b626ca8f20699d71aa6ddb.tar.bz2
spark-8e253ebbf8c5867bd6b626ca8f20699d71aa6ddb.zip
[Build] Remove spark-staging-1038
Author: scwf <wangfei1@huawei.com> Closes #3743 from scwf/abc and squashes the following commits: 7d98bc8 [scwf] removing spark-staging-1038
-rw-r--r--pom.xml12
-rw-r--r--project/SparkBuild.scala2
2 files changed, 0 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 9e6fe09d95..4be8c22022 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,18 +230,6 @@
<enabled>false</enabled>
</snapshots>
</repository>
- <!-- TODO: remove this as soon as 1.2.0 is published on Maven central -->
- <repository>
- <id>spark-staging-1038</id>
- <name>Spark 1.2.0 Staging (1038)</name>
- <url>https://repository.apache.org/content/repositories/orgapachespark-1038/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
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",