Remove snapshot and milestone repos from build files.
This commit is contained in:
@@ -125,8 +125,6 @@ subprojects {
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/libs-snapshot-local" }
|
||||
maven { url "https://repo.spring.io/libs-milestone-local" }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ description = 'Spring CredHub Demo'
|
||||
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = "1.5.4.RELEASE"
|
||||
springBootVersion = "1.5.8.RELEASE"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -53,6 +53,4 @@ dependencies {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/libs-snapshot-local" }
|
||||
maven { url "https://repo.spring.io/libs-milestone-local" }
|
||||
}
|
||||
Reference in New Issue
Block a user