Skip to content

Commit

Permalink
Exlude mime4j depedencies via sword2, as they win out over the correc…
Browse files Browse the repository at this point in the history
…t versions
  • Loading branch information
PaulBoon authored and aliassheikh committed Jan 29, 2025
1 parent d9cc5eb commit 467235e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@
<groupId>io.gdcc</groupId>
<artifactId>sword2-server</artifactId>
<version>2.0.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Dependency to use sword2-server in our codebase -->
<dependency>
Expand Down

0 comments on commit 467235e

Please sign in to comment.