Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xerces maven dependency required? #41

Closed
RicardoBochnia opened this issue Nov 27, 2014 · 4 comments
Closed

Xerces maven dependency required? #41

RicardoBochnia opened this issue Nov 27, 2014 · 4 comments
Milestone

Comments

@RicardoBochnia
Copy link
Contributor

It seems like the xerces maven dependency is unused (it also not mentioned in the build.xml) and build works without this dependency. Thus I would suggest we remove this dependency since it currently causes problems for apache tika (https://issues.apache.org/jira/browse/TIKA-1154).

xerces
xercesImpl
2.8.1

@drewnoakes
Copy link
Owner

Sounds reasonable indeed. The only reason I could imagine it was needed is as a transitive dependency of XMPCore, however that should be taken care of via XMPCore's POM.

@drewnoakes drewnoakes added this to the 2.7.0 milestone Nov 28, 2014
@RicardoBochnia
Copy link
Contributor Author

Xerces is not used in the source for XMPCore either.

@RicardoBochnia
Copy link
Contributor Author

I ran the build with goal 'dependency:analyze' which led to:
[WARNING] Unused declared dependencies found:
[WARNING] xerces:xercesImpl:jar:2.8.1:compile

@drewnoakes
Copy link
Owner

Closed by ad0e9ac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants