Get rid of hardwired Xerces dependency
--------------------------------------

                 Key: STANBOL-301
                 URL: https://issues.apache.org/jira/browse/STANBOL-301
             Project: Stanbol
          Issue Type: Dependency upgrade
          Components: Reengineer
            Reporter: Alessandro Adamou
            Priority: Minor


The Reengineer modules include two instances of Xerces:

- reengineer.xerces has a dependency on xercesImpl-2.7.1 and re-exports it.
- reengineer.xml bundles a xercesImpl-2.7.1 jar and includes it in its 
classpath, yet it also depends on reengineer.xerces

No other bundle dependes on reengineer.xerces

Remove reengineer.xerces from the build cycle. If we want to make sure 
reengineer.xml uses a specific version of xercesImpl, do so in the 
reengineer.xml POM without re-exporting the Xerces packages. We can also use 
the Embed-Dependency instruction.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to