HHH-13428 Remove more unused repositories
This commit is contained in:
parent
fcbd4dae31
commit
ac43f3429f
|
@ -36,10 +36,6 @@ plugins {
|
|||
allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name "jboss-snapshots"
|
||||
url "http://repository.jboss.org/nexus/content/repositories/snapshots/"
|
||||
}
|
||||
//Allow loading additional dependencies from a local path;
|
||||
//useful to load JDBC drivers which can not be distributed in public.
|
||||
if (System.env['ADDITIONAL_REPO'] != null) {
|
||||
|
|
|
@ -60,7 +60,7 @@ repositories {
|
|||
mavenCentral()
|
||||
maven {
|
||||
name 'jboss-public'
|
||||
url 'http://repository.jboss.org/nexus/content/groups/public/'
|
||||
url 'https://repository.jboss.org/nexus/content/groups/public/'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue