This is an automated email from the ASF dual-hosted git repository.
THausherr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new f11ef90a0a TIKA-4849: Unnecessary dependency to jaxb-runtime removed
(#3088)
f11ef90a0a is described below
commit f11ef90a0abceab6290ca0f0f2ef07011d69cc39
Author: Thorsten Heit <[email protected]>
AuthorDate: Fri Aug 28 10:02:35 2026 +0200
TIKA-4849: Unnecessary dependency to jaxb-runtime removed (#3088)
Co-authored-by: Thorsten Heit <[email protected]>
---
.../tika-parser-miscoffice-module/pom.xml | 6 +-----
.../tika-parser-pdf-module/pom.xml | 11 +----------
2 files changed, 2 insertions(+), 15 deletions(-)
diff --git
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml
index d69b2a536e..57c54b8996 100644
---
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml
+++
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-miscoffice-module/pom.xml
@@ -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>
@@ -147,4 +143,4 @@
<scm>
<tag>3.0.0-rc1</tag>
</scm>
-</project>
\ No newline at end of file
+</project>
diff --git
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml
index ec2bd2ec8e..38ed311114 100644
---
a/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml
+++
b/tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/pom.xml
@@ -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>
@@ -135,4 +126,4 @@
<scm>
<tag>3.0.0-rc1</tag>
</scm>
-</project>
\ No newline at end of file
+</project>