From a42d176ccda58bb739643ba58369e32da4ddaed0 Mon Sep 17 00:00:00 2001 From: Steve Ebersole Date: Wed, 14 Feb 2018 11:13:16 -0600 Subject: [PATCH] 5.3 cr1 - added back JBoss public Nexus repo as HCANN is not resolvable from Central (even 6 hours after release) --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index b660844369..11fef2cbaf 100644 --- a/build.gradle +++ b/build.gradle @@ -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)..