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

[camel-karaf] branch main updated: CAMEL-17756: camel-tika - Upgrade to tika 2.3.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 6249734  CAMEL-17756: camel-tika - Upgrade to tika 2.3.0
6249734 is described below

commit 62497341e60c7a24c83193c56912fecc6f6294ef
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Mar 7 14:59:16 2022 +0100

    CAMEL-17756: camel-tika - Upgrade to tika 2.3.0
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 6f87f46..6c71fe1 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -2262,7 +2262,7 @@
   </feature>
   <feature name='camel-tika' version='${project.version}' start-level='50'>
     <bundle dependency='true'>mvn:org.apache.tika/tika-core/${tika-version}</bundle>
-    <bundle dependency='true'>mvn:org.apache.tika/tika-bundle/${tika-version}</bundle>
+    <bundle dependency='true'>mvn:org.apache.tika/tika-bundle-standard/${tika-version}</bundle>
     <feature version='${project.version}'>camel-core</feature>
     <bundle>mvn:org.apache.camel/camel-tika/${project.version}</bundle>
   </feature>