Skip to content

Commit 0cdc6a0

Browse files
committed
update package to use for mime
1 parent 0895f78 commit 0cdc6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</developers>
2424

2525
<properties>
26-
<postmark.version>1.7.2</postmark.version>
26+
<postmark.version>1.7.3</postmark.version>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<java.version>1.8</java.version>
2929
<jackson.minimum.version>2.9.7</jackson.minimum.version>
@@ -91,7 +91,7 @@
9191
<!-- MIME auto detect on files -->
9292
<dependency>
9393
<groupId>org.apache.tika</groupId>
94-
<artifactId>tika-bundle</artifactId>
94+
<artifactId>tika-core</artifactId>
9595
<version>1.25</version>
9696
</dependency>
9797

0 commit comments

Comments
 (0)