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:
Steve Ebersole 2018-02-14 11:13:16 -06:00
parent 096217816e
commit a42d176ccd
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ allprojects {
name "jboss-snapshots"
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)..