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
The following commit(s) were added to refs/heads/master by this push:
new 8ec28ec SLING-3027 Improve Launchpad Karaf Features
8ec28ec is described below
commit 8ec28ec8362d948c3b468b030585bd66c12e74f1
Author: Oliver Lietz <[email protected]>
AuthorDate: Thu Dec 20 19:47:30 2018 +0100
SLING-3027 Improve Launchpad Karaf Features
use org.apache.sling.jcr.contentloader 2.2.6 (2.3.0 missing in Central)
---
src/main/feature/feature.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index 631839f..1fcd933 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -366,7 +366,7 @@
<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.contentloader/2.3.0</bundle>
+
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.contentloader/2.2.6</bundle>
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.davex/1.3.10</bundle>
<!-- (not using org.apache.sling.jcr.jcr-wrapper) -->
<bundle>mvn:org.apache.sling/org.apache.sling.jcr.resource/3.0.16</bundle>