Skip to content

Commit

Permalink
Bump jaxen:jaxen dependency to 2.0.0
Browse files Browse the repository at this point in the history
Should be mostly drop-in API compatible with Jaxen 1.1.x, but more
importantly it makes the xom dependency optional so we can remove
the exclusions in our various pom.xml files.

See: http://cafeconleche.org/jaxen/releases.html
  • Loading branch information
alanorth committed Jun 25, 2023
1 parent 68790d5 commit b705f12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -492,12 +492,6 @@
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<exclusions>
<exclusion>
<artifactId>xom</artifactId>
<groupId>xom</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1538,13 +1538,7 @@
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.6</version>
<exclusions>
<exclusion>
<artifactId>xom</artifactId>
<groupId>xom</groupId>
</exclusion>
</exclusions>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
Expand Down

0 comments on commit b705f12

Please sign in to comment.