SLING-8178 Unable to resolve org.apache.sling.resourceresolver due to missing EventHandler
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}">