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 2017/12/22 15:20:19 UTC

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

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 8077cf247cb570d907f6b403a7e18484ab529f28
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Fri Dec 22 11:39:45 2017 +0100

    SLING-3027 Improve Launchpad Karaf Features
    
    * use latest release
    * add missing feature dependency
---
 src/main/feature/feature.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index e820915..fee0f84 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -123,6 +123,8 @@
   </feature>
   <feature name="sling-commons-threads" version="${project.version}">
     <bundle>mvn:org.apache.sling/org.apache.sling.commons.threads/3.2.10</bundle>
+    <!-- dependencies -->
+    <feature>config</feature>
   </feature>
   <!-- Apache Sling Extensions -->
   <feature name="sling-extension-adapter" version="${project.version}">
@@ -301,7 +303,7 @@
     <config external="true" name="org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_validation">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.jcr.repoinit.RepositoryInitializer-sling_validation</config>
     <config external="true" name="org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-validation">mvn:org.apache.sling/org.apache.sling.karaf-configs/${project.version}/config/org.apache.sling.serviceusermapping.impl.ServiceUserMapperImpl.amended-validation</config>
     <bundle>mvn:org.apache.sling/org.apache.sling.validation.api/1.0.0</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.validation.core/1.0.0</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.validation.core/1.0.4</bundle>
     <!-- dependencies -->
     <feature version="${project.version}">sling</feature>
     <feature version="${project.version}">sling-extension-i18n</feature>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.