1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Removed Unused Configuration

This commit is contained in:
Rob Winch
2019-02-28 20:10:19 -06:00
parent 48f617ab00
commit 40a0655627
-8
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 {