You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/03/31 14:14:44 UTC

[tika] branch main updated: remove unused dependencies

This is an automated email from the ASF dual-hosted git repository.

tallison 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 6114fac  remove unused dependencies
6114fac is described below

commit 6114fac007291b3f80e202f0f4b17411bbb6d12d
Author: tallison <ta...@apache.org>
AuthorDate: Wed Mar 31 10:14:22 2021 -0400

    remove unused dependencies
---
 .../tika-parser-microsoft-module/pom.xml                       | 10 ----------
 .../tika-parser-pdf-module/pom.xml                             | 10 ----------
 2 files changed, 20 deletions(-)

diff --git a/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-microsoft-module/pom.xml b/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-microsoft-module/pom.xml
index 05e3909..5f54ddf 100644
--- a/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-microsoft-module/pom.xml
+++ b/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-microsoft-module/pom.xml
@@ -147,16 +147,6 @@
                 </exclusion>
             </exclusions>
         </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>
-            <version>${jaxb.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcmail-jdk15on</artifactId>
diff --git a/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-pdf-module/pom.xml b/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-pdf-module/pom.xml
index e584e54..fa19576 100644
--- a/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-pdf-module/pom.xml
+++ b/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-pdf-module/pom.xml
@@ -84,16 +84,6 @@
             <artifactId>bcprov-jdk15on</artifactId>
             <version>${bouncycastle.version}</version>
         </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>
-            <version>${jaxb.version}</version>
-        </dependency>
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>