Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-parser-xmp-commons</artifactId>
Expand Down Expand Up @@ -142,4 +138,4 @@
<scm>
<tag>3.0.0-rc1</tag>
</scm>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,6 @@
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
</dependency>
<!-- for java 10
See TIKA-2778 for why we need to do this now.
May the gods of API design fix this in the future.
only required for jackcess-encrypt
-->
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
Expand Down Expand Up @@ -135,4 +126,4 @@
<scm>
<tag>3.0.0-rc1</tag>
</scm>
</project>
</project>
Loading