File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments