Skip to content

Commit

Permalink
5.3 cr1 - added back JBoss public Nexus repo as HCANN is not resolvab…
Browse files Browse the repository at this point in the history
…le from Central (even 6 hours after release)
  • Loading branch information
sebersole committed Feb 14, 2018
1 parent 0962178 commit a42d176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Expand Up @@ -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)..
Expand Down

0 comments on commit a42d176

Please sign in to comment.