Remove all repository declarations from modulde build.gradle files and add to gradle/dependency-management.gradle.

This commit is contained in:
John Blum
2018-10-24 21:50:54 -07:00
parent 71e33ecb2c
commit 16734f4516
5 changed files with 5 additions and 12 deletions

View File

@@ -1,10 +1,6 @@
apply plugin: 'io.spring.convention.spring-sample-boot'
apply plugin: "application"
repositories {
mavenCentral()
}
dependencies {
compile project(':spring-session-data-geode')

View File

@@ -2,10 +2,6 @@ apply plugin: 'io.spring.convention.spring-sample-boot'
apply plugin: "gemfire-server"
apply plugin: "application"
repositories {
mavenCentral()
}
dependencies {
compile project(':spring-session-data-geode')