You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2018/02/12 12:26:41 UTC

[sling-org-apache-sling-karaf-features] 02/04: SLING-3027 Improve Launchpad Karaf Features

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

olli pushed a commit to branch feature/oak-1.8
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git

commit e2877db5e7b780212fba5c9a52c15ae90a38c9d7
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Feb 7 22:26:22 2018 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    replace Tika (Uber) Bundle by Tika Parsers and PDFBox bundles, see SLING-7125
---
 src/main/feature/feature.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 473914f..6e7ce4b 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -609,7 +609,10 @@
   <!-- Apache Tika -->
   <feature name="tika" version="${project.version}">
     <bundle>mvn:org.apache.tika/tika-core/${org.apache.tika.version}</bundle>
-    <bundle>mvn:org.apache.tika/tika-bundle/${org.apache.tika.version}</bundle>
+    <bundle>mvn:org.apache.tika/tika-parsers/${org.apache.tika.version}</bundle>
+    <bundle>mvn:org.apache.pdfbox/pdfbox/2.0.8</bundle>
+    <bundle>mvn:org.apache.pdfbox/fontbox/2.0.8</bundle>
+    <bundle>mvn:org.apache.pdfbox/jempbox/1.8.13</bundle>
   </feature>
   <!-- Apache Sling Samples -->
   <feature name="sling-samples-fling" version="${project.version}">

-- 
To stop receiving notification emails like this one, please contact
olli@apache.org.