[
https://jira.jboss.org/jira/browse/JBXB-249?page=com.atlassian.jira.plugi...
]
Thomas Diesler commented on JBXB-249:
-------------------------------------
Yes, I still see it
[INFO] Unable to find resource 'apache-xerces:xml-apis:jar:2.9.1' in repository
central (
http://central)
Downloading:
https://repository.jboss.org/nexus/content/groups/developer//apache-xerce...
[INFO] Unable to find resource 'apache-xerces:xml-apis:jar:2.9.1' in repository
repository.jboss.org (
http://repository.jboss.org/maven2/)
Downloading:
https://repository.jboss.org/nexus/content/groups/developer//apache-xerce...
[INFO] Unable to find resource 'apache-xerces:xml-apis:jar:2.9.1' in repository
jboss (
http://repository.jboss.org/maven2)
Where does it download it from when you do the build? Perhaps you have the deprecated repo
enabled by default.
Dependency on deprecated apache-xerces:xercesImpl
-------------------------------------------------
Key: JBXB-249
URL:
https://jira.jboss.org/jira/browse/JBXB-249
Project: JBoss XML Binding (JBossXB)
Issue Type: Bug
Affects Versions: JBossXB-2.0.2.Beta7
Reporter: Thomas Diesler
Assignee: Alexey Loubyansky
Missing:
----------
1) apache-xerces:xml-apis:jar:2.9.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=apache-xerces -DartifactId=xml-apis
-Dversion=2.9.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=apache-xerces -DartifactId=xml-apis
-Dversion=2.9.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.jboss.osgi.bundles:jboss-osgi-xml-binding:bundle:2.0.2.Beta7-SNAPSHOT
2) org.jboss:jbossxb:jar:2.0.2.Beta7
3) apache-xerces:xml-apis:jar:2.9.1
--
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