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 2023/09/18 14:48:09 UTC

[tika] branch TIKA-3948 updated: simplify dependencies -- further cleanups

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

tallison pushed a commit to branch TIKA-3948
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/TIKA-3948 by this push:
     new 62950c5d9 simplify dependencies -- further cleanups
62950c5d9 is described below

commit 62950c5d94852a2e94506fc16e9c0b7b336f2a79
Author: tallison <ta...@apache.org>
AuthorDate: Mon Sep 18 10:48:01 2023 -0400

    simplify dependencies -- further cleanups
---
 tika-parent/pom.xml | 46 ----------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c0ad11e22..1d997e04d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -353,46 +353,6 @@
     <vorbis.version>0.8</vorbis.version>
     <xmpcore.version>6.1.11</xmpcore.version>
     <zstd.version>1.5.5-5</zstd.version>
-
-
-    <!--    <google.cloud.version>2.26.1</google.cloud.version>
-        < ! - -  NOTE: sync brotli version with commons-compress - - >
-        <commons.cli.version>1.5.0</commons.cli.version>
-        <commons.codec.version>1.16.0</commons.codec.version>
-        <commons.collections4.version>4.4</commons.collections4.version>
-        <commons.compress.version>1.24.0</commons.compress.version>
-        <commons.csv.version>1.10.0</commons.csv.version>
-        <commons.exec.version>1.3</commons.exec.version>
-        <commons.io.version>2.13.0</commons.io.version>
-        <commons.lang3.version>3.13.0</commons.lang3.version>
-        <commons.logging.version>1.2</commons.logging.version>
-        <commons.math3.version>3.6.1</commons.math3.version>
-        <commons.fileupload.version>1.5</commons.fileupload.version>
-        <cxf.version>4.0.2</cxf.version>
-        <guava.version>32.1.2-jre</guava.version>
-        <httpcore.version>4.4.16</httpcore.version>
-        <icu4j.version>73.2</icu4j.version>
-        <jackson.version>2.15.2</jackson.version>
-        <jaxb.version>4.0.3</jaxb.version>
-        <jdom2.version>2.0.6.1</jdom2.version>
-        <jetty.version>11.0.16</jetty.version>
-        <jna.version>5.13.0</jna.version>
-        <json.simple.version>1.1.1</json.simple.version>
-        <junit4.version>4.13.2</junit4.version>
-        <log4j2.version>2.20.0</log4j2.version>
-        <lombok.version>1.18.20</lombok.version>
-        <metadata.extractor.version>2.18.0</metadata.extractor.version>
-        <mockito.version>4.11.0</mockito.version>
-        < ! - -  2.3.0 requires java 17 - - >
-        <opennlp.version>2.2.0</opennlp.version>
-        <osgi.core.version>6.0.0</osgi.core.version>
-        <osgi.compendium.version>5.0.0</osgi.compendium.version>
-        <quartz.version>2.3.2</quartz.version>
-        <test.containers.version>1.19.0</test.containers.version>
-        <uima.version>3.4.1</uima.version>
-        <uimafit.version>3.4.0</uimafit.version>
-        <xerces.version>2.12.2</xerces.version>
-        <netty.version>4.1.97.Final</netty.version> -->
   </properties>
 
   <dependencyManagement>
@@ -479,12 +439,6 @@
         <groupId>com.azure</groupId>
         <artifactId>azure-core-http-netty</artifactId>
         <version>1.13.7</version>
-        <exclusions>
-          <exclusion>
-            <groupId>io.netty</groupId>
-            <artifactId>netty-transport-native-epoll</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>com.drewnoakes</groupId>