Skip to content

Commit f11ef90

Browse files
theitThorsten Heit
andauthored
TIKA-4849: Unnecessary dependency to jaxb-runtime removed (#3088)
Co-authored-by: Thorsten Heit <thorsten.heit@dialogika.de>
1 parent ae19e8b commit f11ef90

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

  • tika-parsers/tika-parsers-standard/tika-parsers-standard-modules

tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@
8080
<groupId>commons-codec</groupId>
8181
<artifactId>commons-codec</artifactId>
8282
</dependency>
83-
<dependency>
84-
<groupId>org.glassfish.jaxb</groupId>
85-
<artifactId>jaxb-runtime</artifactId>
86-
</dependency>
8783
<dependency>
8884
<groupId>${project.groupId}</groupId>
8985
<artifactId>tika-parser-xmp-commons</artifactId>
@@ -147,4 +143,4 @@
147143
<scm>
148144
<tag>3.0.0-rc1</tag>
149145
</scm>
150-
</project>
146+
</project>

tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,6 @@
6363
<groupId>org.bouncycastle</groupId>
6464
<artifactId>bcprov-jdk18on</artifactId>
6565
</dependency>
66-
<!-- for java 10
67-
See TIKA-2778 for why we need to do this now.
68-
May the gods of API design fix this in the future.
69-
only required for jackcess-encrypt
70-
-->
71-
<dependency>
72-
<groupId>org.glassfish.jaxb</groupId>
73-
<artifactId>jaxb-runtime</artifactId>
74-
</dependency>
7566
<dependency>
7667
<groupId>org.slf4j</groupId>
7768
<artifactId>jcl-over-slf4j</artifactId>
@@ -135,4 +126,4 @@
135126
<scm>
136127
<tag>3.0.0-rc1</tag>
137128
</scm>
138-
</project>
129+
</project>

0 commit comments

Comments
 (0)