5.3 cr1 - added back JBoss public Nexus repo as HCANN is not resolvable from Central (even 6 hours after release)
This commit is contained in:
parent
096217816e
commit
a42d176ccd
|
@ -39,6 +39,10 @@ allprojects {
|
||||||
name "jboss-snapshots"
|
name "jboss-snapshots"
|
||||||
url "http://snapshots.jboss.org/maven2/"
|
url "http://snapshots.jboss.org/maven2/"
|
||||||
}
|
}
|
||||||
|
maven {
|
||||||
|
name 'jboss-nexus-public'
|
||||||
|
url 'https://repository.jboss.org/nexus/content/groups/public/'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// minimize changes, at least for now (gradle uses 'build' by default)..
|
// minimize changes, at least for now (gradle uses 'build' by default)..
|
||||||
|
|
Loading…
Reference in New Issue