Skip to content

Commit

Permalink
Merge pull request DSpace#9472 from tdonohue/fix_mail_deps
Browse files Browse the repository at this point in the history
Exclude old Apache Geronimo dependencies from SWORDv2
  • Loading branch information
tdonohue authored Apr 12, 2024
2 parents 78010b0 + f7e5c71 commit b3a832f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dspace-swordv2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
</exclusion>
<!-- Exclude older Apache Geronimo dependencies as these are not Jakarta EE compatible
and can cause runtime errors with newer Jakarta EE compatible dependencies -->
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-javamail_1.4_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-stax-api_1.0_spec</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit b3a832f

Please sign in to comment.