You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/07/23 14:26:03 UTC

[tika] branch main updated: TIKA-3795: remove entries that are no longer needed

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


The following commit(s) were added to refs/heads/main by this push:
     new 152d53fa8 TIKA-3795: remove entries that are no longer needed
152d53fa8 is described below

commit 152d53fa88c297da4e309191dc18a2d2bb9c9dd0
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Jul 23 16:25:53 2022 +0200

    TIKA-3795: remove entries that are no longer needed
---
 tika-pipes/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/tika-pipes/pom.xml b/tika-pipes/pom.xml
index de8635198..c3743d4ff 100644
--- a/tika-pipes/pom.xml
+++ b/tika-pipes/pom.xml
@@ -110,11 +110,6 @@
         <artifactId>netty-resolver</artifactId>
         <version>${netty.version}</version>
       </dependency>
-      <dependency>
-        <groupId>io.netty</groupId>
-        <artifactId>netty-tcnative-classes</artifactId>
-        <version>2.0.54.Final</version>
-      </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-transport</artifactId>
@@ -130,16 +125,6 @@
         <artifactId>netty-transport-native-epoll</artifactId>
         <version>${netty.version}</version>
       </dependency>
-      <dependency>
-        <groupId>io.projectreactor.netty</groupId>
-        <artifactId>reactor-netty-http</artifactId>
-        <version>1.0.21</version>
-      </dependency>
-      <dependency>
-        <groupId>io.projectreactor</groupId>
-        <artifactId>reactor-core</artifactId>
-        <version>3.4.21</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
   <build>