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/11/09 16:52:46 UTC

[tika] branch main updated: remove duplicate entry

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 0ceab6333 remove duplicate entry
0ceab6333 is described below

commit 0ceab6333b9c0f6746dfc5159a58849577b827bb
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Wed Nov 9 17:52:35 2022 +0100

    remove duplicate entry
---
 tika-parent/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 2d07bf90c..ab80b10dd 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -637,11 +637,6 @@
         <artifactId>netty-transport</artifactId>
         <version>${netty.version}</version>
       </dependency>
-      <dependency>
-        <groupId>io.netty</groupId>
-        <artifactId>netty-transport-native-unix-common</artifactId>
-        <version>${netty.version}</version>
-      </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-transport-native-epoll</artifactId>