You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/10/06 11:18:46 UTC

[camel] 02/03: Upgrade Tika to version 2.5.0

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 614b34dfb014b08fc7e50db4dc46827ba3879d66
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 13:17:45 2022 +0200

    Upgrade Tika to version 2.5.0
---
 components/camel-tika/pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/components/camel-tika/pom.xml b/components/camel-tika/pom.xml
index 33823ea068f..5e223a8a430 100644
--- a/components/camel-tika/pom.xml
+++ b/components/camel-tika/pom.xml
@@ -48,7 +48,12 @@
         </dependency>
         <dependency>
             <groupId>org.apache.tika</groupId>
-            <artifactId>tika-parsers-standard-package</artifactId>
+            <artifactId>tika-parser-html-commons</artifactId>
+            <version>${tika-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tika</groupId>
+            <artifactId>tika-parser-text-module</artifactId>
             <version>${tika-version}</version>
         </dependency>