Browse Source

Removed Unused Configuration

pull/6576/head
Rob Winch 7 years ago
parent
commit
7cabf2774b
  1. 8
      buildSrc/build.gradle

8
buildSrc/build.gradle

@ -2,14 +2,6 @@ apply plugin: 'groovy' @@ -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 {

Loading…
Cancel
Save