This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-features.git
commit a8a10d6134ec95637e84398ae2a29052f83c1aaa Author: Oliver Lietz <[email protected]> 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 880d6bb..69baed9 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -602,7 +602,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 [email protected].
