Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution:
Won't Fix
-
Affects Version/s: None
-
Fix Version/s: Repository Support 2010
-
Component/s: Artifact Repositories
-
Labels:None
Description
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
Gliffy Diagrams
Issue Links
- is related to
-
JBXB-249
Dependency on deprecated apache-xerces:xercesImpl
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
This is now located in the deprecated repository.
The correct GAV is xml-apis:xml-apis:1.3.04