Skip to content

Commit

Permalink
Merge pull request #173 from PaulBoon/v5.14-DANS-DataStation-PATCH-1
Browse files Browse the repository at this point in the history
Exlude mime4j depedencies via sword2, as they win out over the correct versions
  • Loading branch information
PaulBoon authored Aug 22, 2023
2 parents 9f4ddbb + 4901256 commit 5834c05
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 @@ -97,6 +97,12 @@
<groupId>io.gdcc</groupId>
<artifactId>sword2-server</artifactId>
<version>1.2.1</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 5834c05

Please sign in to comment.