This is an automated email from the ASF dual-hosted git repository.
dmeikle 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 c67d281 TIKA-3188: Added jaxb-runtime used in Apache XmpBox
c67d281 is described below
commit c67d2815a2c740e1b44c3d9b3a3c77f2c849fc57
Author: David Meikle <[email protected]>
AuthorDate: Sun Jan 16 22:57:07 2022 +0000
TIKA-3188: Added jaxb-runtime used in Apache XmpBox
---
.../tika-parser-miscoffice-module/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
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 65d0ae3..4c2d19b 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
@@ -66,6 +66,11 @@
<version>${commons.codec.version}</version>
</dependency>
<dependency>
+ <groupId>org.glassfish.jaxb</groupId>
+ <artifactId>jaxb-runtime</artifactId>
+ <version>${jaxb.version}</version>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>tika-parser-xmp-commons</artifactId>
<version>${project.version}</version>