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 2019/09/17 16:54:28 UTC

[sling-org-apache-sling-karaf-features] branch master updated: SLING-8178 Unable to resolve org.apache.sling.resourceresolver due to missing EventHandler

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 5a89188  SLING-8178 Unable to resolve org.apache.sling.resourceresolver due to missing EventHandler
5a89188 is described below

commit 5a891881d4da48c9c5a373299d52784ccb1fdd98
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Tue Sep 17 18:53:12 2019 +0200

    SLING-8178 Unable to resolve org.apache.sling.resourceresolver due to missing EventHandler
---
 src/main/feature/feature.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml
index f7ab077..12f1c72 100644
--- a/src/main/feature/feature.xml
+++ b/src/main/feature/feature.xml
@@ -24,7 +24,7 @@
     <bundle>mvn:org.apache.sling/org.apache.sling.api/2.20.0</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.auth.core/1.4.2</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.engine/2.6.18</bundle>
-    <bundle>mvn:org.apache.sling/org.apache.sling.resourceresolver/1.6.12</bundle>
+    <bundle>mvn:org.apache.sling/org.apache.sling.resourceresolver/1.6.13-SNAPSHOT</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.serviceusermapper/1.4.4</bundle>
     <bundle>mvn:org.apache.sling/org.apache.sling.settings/1.3.10</bundle>
     <!-- Apache Sling Commons -->
@@ -49,11 +49,6 @@
     <bundle dependency="true">mvn:org.apache.commons/commons-collections4/4.4</bundle>
     <bundle dependency="true">mvn:org.apache.commons/commons-lang3/3.9</bundle>
     <bundle dependency="true">mvn:org.apache.commons/commons-math/2.2</bundle>
-    <!-- capabilities -->
-    <!-- https://issues.apache.org/jira/browse/SLING-8178 -->
-    <capability>
-      osgi.service;objectClass=org.osgi.service.event.EventHandler
-    </capability>
   </feature>
   <!-- Apache Sling Auth -->
   <feature name="sling-auth-form" version="${project.version}">