[
https://jira.jboss.org/jira/browse/JBAS-5718?page=com.atlassian.jira.plug...
]
Richard Opalka commented on JBAS-5718:
--------------------------------------
Here are the links to directories where you can download the artifacts:
# jaxb-impl + jaxb-xjc
http://download.java.net/maven/1/com.sun.xml.bind/
# fastinfoset
http://download.java.net/maven/1/com.sun.xml.fastinfoset/
# jaxws-tools
http://download.java.net/maven/1/com.sun.xml.ws/jars/
# wstx-lgpg
http://repo1.maven.org/maven2/woodstox/wstx-lgpl/3.1.1/
# xmlsec
http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/
Just FYI we keep all our repositories in jbossws-parent
(
http://repository.jboss.org/maven2/org/jboss/ws/jbossws-parent/1.0.1.GA/j...)
<!-- Repositories -->
<repositories>
<repository>
<id>maven2.java.net</id>
<
name>Java.net Repository for Maven 2</name>
<
url>http://download.java.net/maven/2/</url>
</repository>
<repository>
<id>java.net</id>
<
url>http://download.java.net/maven/1/</url>
<layout>legacy</layout>
</repository>
<repository>
<id>repository.jboss.org</id>
<
url>http://repository.jboss.org/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>snapshots.jboss.org</id>
<
url>http://snapshots.jboss.org/maven2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira