Skip to content
Snippets Groups Projects
Commit 8e253ebb authored by scwf's avatar scwf Committed by Josh Rosen
Browse files

[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
parent 5479450c
No related branches found
No related tags found
No related merge requests found
...@@ -230,18 +230,6 @@ ...@@ -230,18 +230,6 @@
<enabled>false</enabled> <enabled>false</enabled>
</snapshots> </snapshots>
</repository> </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> </repositories>
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
......
...@@ -214,8 +214,6 @@ object OldDeps { ...@@ -214,8 +214,6 @@ object OldDeps {
def oldDepsSettings() = Defaults.coreDefaultSettings ++ Seq( def oldDepsSettings() = Defaults.coreDefaultSettings ++ Seq(
name := "old-deps", name := "old-deps",
scalaVersion := "2.10.4", 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, retrieveManaged := true,
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]", retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
libraryDependencies := Seq("spark-streaming-mqtt", "spark-streaming-zeromq", libraryDependencies := Seq("spark-streaming-mqtt", "spark-streaming-zeromq",
......
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