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/12/20 17:10:45 UTC

[sling-org-apache-sling-karaf-features] 03/03: SLING-8188 Make feature sling depend on sling-commons-fsclassloader

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 06d39d4ade323e5648722307e7b04920e5c97ec9
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Thu Dec 20 17:56:22 2018 +0100

    SLING-8188 Make feature sling depend on sling-commons-fsclassloader
---
 src/main/feature/feature.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 6b2c673..0dbbec0 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -38,7 +38,7 @@
     <feature>management</feature>
     <feature>http</feature>
     <feature>http-whiteboard</feature>
-    <feature version="${project.version}">sling-commons-classloader</feature>
+    <feature version="${project.version}">sling-commons-fsclassloader</feature>
     <feature version="${project.version}">sling-commons-scheduler</feature>
     <feature version="${project.version}">sling-commons-threads</feature>
     <bundle dependency="true">mvn:commons-codec/commons-codec/1.11</bundle>
@@ -366,7 +366,6 @@
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-jcr_resource</config>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.api/2.4.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.base/3.0.6</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.jcr.classloader/3.2.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.3.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.10</bundle>
     <!-- (not using org.apache.sling.jcr.jcr-wrapper) -->