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

JDOM2 maven pom requires old version of jaxen, should be 1.1.6 #143

Closed
rolfl opened this issue Feb 14, 2015 · 0 comments
Closed

JDOM2 maven pom requires old version of jaxen, should be 1.1.6 #143

rolfl opened this issue Feb 14, 2015 · 0 comments

Comments

@rolfl
Copy link
Collaborator

rolfl commented Feb 14, 2015

Current maven pom is:

    <dependency>
        <groupId>jaxen</groupId>
        <artifactId>jaxen</artifactId>
        <version>1.1.4</version>
        <optional>true</optional>
    </dependency>

Even though the code is built and compiled against 1.1.6

Similarly, Xerces is listed as 2.10, but should be 2.11

Update maven pom to later versions.

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

1 participant