Author: rombert
Date: Tue Feb  2 15:15:04 2016
New Revision: 1728145

URL: http://svn.apache.org/viewvc?rev=1728145&view=rev
Log:
SLING-5475 - JcrResourceProviderFactory dependency to NodeObserver fails in oak 
trunk

Import oak packages with a 0.0.0 version . Oak has recently changed this since
they don't intend to enforce strict API versioning over those packages.
Importing them with a 0.0.0 version allows us to continue functioning,
with the caveat that it might break in the future without us knowing.

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=1728145&r1=1728144&r2=1728145&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Tue Feb  2 15:15:04 2016
@@ -86,8 +86,8 @@
                             org.apache.sling.api.resource;provide:=true,
                             org.apache.sling.commons.osgi;version="$(@)",
                             !org.apache.jackrabbit.api.observation,
-                            
org.apache.jackrabbit.oak.plugins.observation;resolution:=optional,
-                            
org.apache.jackrabbit.oak.spi.commit;resolution:=optional,
+                            
org.apache.jackrabbit.oak.plugins.observation;version=0.0.0;resolution:=optional,
+                            
org.apache.jackrabbit.oak.spi.commit;version=0.0.0;resolution:=optional,
                             *
                         </Import-Package>
                         <DynamicImport-Package>


Reply via email to