Skip to content

Commit

Permalink
Merge pull request #10301 from IQSS/9077-fix-mime4j
Browse files Browse the repository at this point in the history
Resolve conflicting version of MIME4J
  • Loading branch information
ofahimIQSS authored Oct 24, 2024
2 parents cbc20d3 + 535d531 commit e2d1b6a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<flyway.version>9.22.1</flyway.version>
<jhove.version>1.20.1</jhove.version>
<poi.version>5.2.1</poi.version>
<tika.version>2.4.1</tika.version>
<tika.version>2.9.1</tika.version>
<netcdf.version>5.5.3</netcdf.version>

<openapi.infoTitle>Dataverse API</openapi.infoTitle>
Expand Down Expand Up @@ -68,6 +68,17 @@
</exclusion>
</exclusions>
</dependency>
<!-- Dependency for Apache Abdera and Apache Tika. Tika needs newer version. -->
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
<version>0.8.7</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-dom</artifactId>
<version>0.8.7</version>
</dependency>
</dependencies>
</dependencyManagement>
<!-- Declare any DIRECT dependencies here.
Expand Down Expand Up @@ -1127,4 +1138,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit e2d1b6a

Please sign in to comment.