Upgrade to io.spring.dependency-management Gradle plugin 1.0.2.RELEASE

Apply io.spring.dependency-management Gradle plugin to all Boot samples to properly resolve Boot dependencies with implicit versioning
This commit is contained in:
John Blum
2017-04-21 23:21:39 -07:00
parent 83e5d6f2a7
commit 327323da38
9 changed files with 29 additions and 19 deletions

View File

@@ -16,11 +16,6 @@ liveReload {
docRoot asciidoctor.sourceDir.canonicalPath
}
repositories {
maven { url 'http://dist.gemstone.com/maven/release' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
}
asciidoctorj {
}