Skip to content

Commit

Permalink
Exclude old Apache Geronimo dependencies as they seem to cause runtim…
Browse files Browse the repository at this point in the history
…e errors with sending mail from DSpace
  • Loading branch information
tdonohue committed Apr 12, 2024
1 parent 78010b0 commit f7e5c71
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 f7e5c71

Please sign in to comment.