Skip to content

Commit

Permalink
117797: Exclude older annotation-api library
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiggory committed Oct 21, 2024
1 parent 84648bc commit 964ad3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dspace-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,10 @@
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 964ad3f

Please sign in to comment.