Removed Unused Configuration

This commit is contained in:
Rob Winch 2019-02-28 20:10:19 -06:00
parent d86550f64b
commit c08b36221a
1 changed files with 0 additions and 8 deletions

View File

@ -2,14 +2,6 @@ apply plugin: 'groovy'
repositories {
mavenCentral()
maven {
name = 'SpringSource Enterprise Release'
url = 'http://repository.springsource.com/maven/bundles/release'
}
maven {
name = 'SpringSource Enterprise External'
url = 'http://repository.springsource.com/maven/bundles/external'
}
}
dependencies {