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 f6cde29088cefb44276af64f8aadccd370547b6e
Author: Oliver Lietz <o...@apache.org>
AuthorDate: Wed Feb 14 12:01:40 2018 +0100

    SLING-7442 Upgrade Karaf Features to Oak 1.8
    
    re-add oak-lucene to sling-quickstart-oak-tar (OAK-7263)
---
 src/main/feature/feature.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index ba93f82..c142f3d 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -450,9 +450,13 @@
     
<bundle>mvn:org.apache.felix/org.apache.felix.webconsole.plugins.packageadmin/1.0.4</bundle>
   </feature>
   <feature name="sling-quickstart-oak-tar" version="${project.version}">
+    <config external="true" 
name="org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.plugins.index.lucene.LuceneIndexProviderService</config>
     <config external="true" 
name="org.apache.jackrabbit.oak.segment.SegmentNodeStoreService">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.jackrabbit.oak.segment.SegmentNodeStoreService</config>
     <feature version="${project.version}">sling-quickstart-oak</feature>
+    
<bundle>mvn:org.apache.jackrabbit/oak-lucene/${org.apache.jackrabbit.oak.version}</bundle>
     
<bundle>mvn:org.apache.jackrabbit/oak-segment-tar/${org.apache.jackrabbit.oak.version}</bundle>
+    <!-- OAK-7263 oak-lucene should not depend on oak-store-document -->
+    
<bundle>mvn:org.apache.jackrabbit/oak-store-document/${org.apache.jackrabbit.oak.version}</bundle>
     
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.oak.server/1.2.0-SNAPSHOT</bundle>
   </feature>
   <feature name="sling-quickstart-oak-mongo" version="${project.version}">

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

Reply via email to