This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika.git
commit 090b06931cf7089b76f08fa91f9c5f8d2e3fe193 Author: THausherr <[email protected]> AuthorDate: Thu Dec 10 14:12:00 2020 +0100 TIKA-3244: update jaxb and remove javax.activation --- tika-bundles/tika-bundle-classic/pom.xml | 9 +-------- tika-parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/tika-bundles/tika-bundle-classic/pom.xml b/tika-bundles/tika-bundle-classic/pom.xml index d7b75e8..f69543f 100644 --- a/tika-bundles/tika-bundle-classic/pom.xml +++ b/tika-bundles/tika-bundle-classic/pom.xml @@ -143,15 +143,9 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.sun.activation</groupId> - <artifactId>javax.activation</artifactId> - <version>1.2.0</version> - </dependency> - - <dependency> <groupId>com.sun.istack</groupId> <artifactId>istack-commons-runtime</artifactId> - <version>3.0.11</version> + <version>4.0.0</version> <scope>test</scope> </dependency> <dependency> @@ -186,7 +180,6 @@ org.apache.tika.parser.internal.Activator </Bundle-Activator> <Embed-Dependency>*;scope=compile;artifactId=tika-parsers-classic-package| - javax.activation| xerces| xercesImpl| commons-compress| diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 290a399..95137b8 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -307,7 +307,7 @@ <javax.annotation.version>1.3.2</javax.annotation.version> <javax.jcr.version>2.0</javax.jcr.version> <javax.rest.version>2.1.1</javax.rest.version> - <jaxb.version>2.3.3</jaxb.version> + <jaxb.version>3.0.0</jaxb.version> <jbig2.version>3.0.3</jbig2.version> <jdom2.version>2.0.6</jdom2.version> <jempbox.version>1.8.16</jempbox.version>
