]
Jan Stourac updated JBJCA-1395:
-------------------------------
Git Pull Request:
Use HTTPS for JBoss artifact repository
---------------------------------------
Key: JBJCA-1395
URL:
https://issues.jboss.org/browse/JBJCA-1395
Project: IronJacamar
Issue Type: Bug
Components: Build
Reporter: Jan Stourac
Priority: Major
JBoss repository now redirects from HTTP to HTTPS. As such we need to update
{{build.xml}} file to use HTTPS for JBoss repository to avoid error with unresolved
dependencies:
{code}
22:22:20 [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
22:22:20 [ivy:retrieve] :: UNRESOLVED DEPENDENCIES ::
22:22:20 [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
22:22:20 [ivy:retrieve] :: apache-logging#commons-logging;1.1.0.jboss: not found
22:22:20 [ivy:retrieve] :: org.jboss.naming#jnpserver;5.0.3.GA: not found
22:22:20 [ivy:retrieve] :: org.apache#jasper;glassfish_2.1.0.v201004190952: not found
22:22:20 [ivy:retrieve] ::::::::::::::::::::::::::::::::::::::::::::::
{code}