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/08/06 07:52:08 UTC

[tika] branch main updated: TIKA-3795: avoid dependency convergence error

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 87006e19f TIKA-3795: avoid dependency convergence error
87006e19f is described below

commit 87006e19f286de3b5c732f89040b6aaa136e8fff
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Aug 6 09:51:53 2022 +0200

    TIKA-3795: avoid dependency convergence error
---
 tika-pipes/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tika-pipes/pom.xml b/tika-pipes/pom.xml
index ed420e90d..1a364b9ab 100644
--- a/tika-pipes/pom.xml
+++ b/tika-pipes/pom.xml
@@ -70,6 +70,11 @@
             </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>io.projectreactor</groupId>
+        <artifactId>reactor-core</artifactId>
+        <version>3.4.20</version>
+      </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-buffer</artifactId>