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

Missing "xsdlib" dependency in dom4j pom.xml published on Maven Central #43

Closed
vmassol opened this issue Apr 5, 2018 · 1 comment
Closed
Assignees
Milestone

Comments

@vmassol
Copy link

vmassol commented Apr 5, 2018

Hi guys,

I've had a problem using dom4j in some context and noticed the problem comes from the fact that dom4j's pom.xml (https://search.maven.org/remotecontent?filepath=org/dom4j/dom4j/2.1.0/dom4j-2.1.0.pom) doesn't define the net.java.dev.msv:xsdlib:2013.6.1 dependency, which is correctly defined in build.gradle at https://github.com/dom4j/dom4j/blob/master/build.gradle#L28

Would be great if you could fix this for the next release! :)

Thx

@FilipJirsak
Copy link
Contributor

All dependencies of dom4j are optional, so now they are marked optional in Maven pom.xml too. If you want to use some functionality which depends on xsdlib, you have to add runtime dependency into your project.

@FilipJirsak FilipJirsak modified the milestones: 2.0.3, 2.1.1 Jul 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants