Author: cziegeler
Date: Wed Oct 12 10:22:56 2016
New Revision: 1764431

URL: http://svn.apache.org/viewvc?rev=1764431&view=rev
Log:
SLING-6138 : Use JcrResourceListener for observation

Modified:
    sling/trunk/bundles/jcr/resource/pom.xml

Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=1764431&r1=1764430&r2=1764431&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Wed Oct 12 10:22:56 2016
@@ -82,7 +82,6 @@
                         <Import-Package>
                             
org.apache.sling.scripting.api.*;resolution:=optional,
                             
org.apache.jackrabbit.api.observation;resolution:=optional,
-                            org.apache.sling.commons.osgi;version="$(@)",
                             *
                         </Import-Package>
 
@@ -186,7 +185,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.osgi</artifactId>
-            <version>2.1.0</version>
+            <version>2.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>


Reply via email to