File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 206206 <enabled >false</enabled >
207207 </snapshots >
208208 </repository >
209+ <repository >
210+ <id >spring-releases</id >
211+ <name >Spring Release Repository</name >
212+ <url >http://repo.spring.io/libs-release</url >
213+ <releases >
214+ <enabled >true</enabled >
215+ </releases >
216+ <snapshots >
217+ <enabled >false</enabled >
218+ </snapshots >
219+ </repository >
209220 </repositories >
210221
211222 <dependencyManagement >
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ object SparkBuild extends Build {
212212 " JBoss Repository" at " https://repository.jboss.org/nexus/content/repositories/releases/" ,
213213 " MQTT Repository" at " https://repo.eclipse.org/content/repositories/paho-releases/" ,
214214 " Cloudera Repository" at " http://repository.cloudera.com/artifactory/cloudera-repos/" ,
215+ " Pivotal Repository" at " http://repo.spring.io/libs-release/" ,
215216 // For Sonatype publishing
216217 // "sonatype-snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
217218 // "sonatype-staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2/",
You can’t perform that action at this time.
0 commit comments