Skip to content

Commit 7d98bc8

Browse files
committed
removing spark-staging-1038
1 parent 283263f commit 7d98bc8

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -230,18 +230,6 @@
230230
<enabled>false</enabled>
231231
</snapshots>
232232
</repository>
233-
<!-- TODO: remove this as soon as 1.2.0 is published on Maven central -->
234-
<repository>
235-
<id>spark-staging-1038</id>
236-
<name>Spark 1.2.0 Staging (1038)</name>
237-
<url>https://repository.apache.org/content/repositories/orgapachespark-1038/</url>
238-
<releases>
239-
<enabled>true</enabled>
240-
</releases>
241-
<snapshots>
242-
<enabled>false</enabled>
243-
</snapshots>
244-
</repository>
245233
</repositories>
246234
<pluginRepositories>
247235
<pluginRepository>

project/SparkBuild.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,6 @@ object OldDeps {
214214
def oldDepsSettings() = Defaults.coreDefaultSettings ++ Seq(
215215
name := "old-deps",
216216
scalaVersion := "2.10.4",
217-
// TODO: remove this as soon as 1.2.0 is published on Maven central.
218-
resolvers += "spark-staging-1038" at "https://repository.apache.org/content/repositories/orgapachespark-1038/",
219217
retrieveManaged := true,
220218
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
221219
libraryDependencies := Seq("spark-streaming-mqtt", "spark-streaming-zeromq",

0 commit comments

Comments
 (0)