HHH-13428 Remove more unused repositories

This commit is contained in:
Sanne Grinovero 2019-04-17 14:17:03 +01:00 committed by Guillaume Smet
parent fcbd4dae31
commit ac43f3429f
2 changed files with 1 additions and 5 deletions

View File

@ -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) {

View File

@ -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/'
}
}