[
https://issues.jboss.org/browse/JBJCA-1395?page=com.atlassian.jira.plugin...
]
Jan Stourac resolved JBJCA-1395.
--------------------------------
Resolution: Done
MR has been merged into 1.4 branch.
As such, this should be fixed in an upcoming {{1.4.19.Final}} release then.
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
Assignee: 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}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)