HHH-13428 Remove unused repository URLs
This commit is contained in:
parent
e7423b076f
commit
21ad05ccb1
|
@ -7,14 +7,6 @@
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven {
|
|
||||||
name 'jboss-releases'
|
|
||||||
url 'http://repository.jboss.org/nexus/content/repositories/releases/'
|
|
||||||
}
|
|
||||||
maven {
|
|
||||||
name 'jboss-snapshots'
|
|
||||||
url 'http://repository.jboss.org/nexus/content/repositories/snapshots/'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: "groovy"
|
apply plugin: "groovy"
|
||||||
|
|
Loading…
Reference in New Issue