Remove snapshot and milestone repos from build files.

This commit is contained in:
Scott Frederick
2017-12-11 16:50:10 -06:00
parent 0980e37a2c
commit f5cb0111b1
2 changed files with 1 additions and 5 deletions

View File

@@ -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" }
}
}

View File

@@ -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" }
}