Author: cziegeler
Date: Wed Oct 27 08:44:33 2010
New Revision: 1027855

URL: http://svn.apache.org/viewvc?rev=1027855&view=rev
Log:
SLING-1767 : Update JCR Resource Import-Package to require o.a.s.c.osgi version 
2.0.6

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=1027855&r1=1027854&r2=1027855&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Wed Oct 27 08:44:33 2010
@@ -76,6 +76,7 @@
                             javax.script.*;
                             
org.apache.sling.scripting.api.*;resolution:=optional,
                             
org.apache.sling.api.resource;version="[$(version;==;$(@)),$(version;=+;$(@)))",
+                            org.apache.sling.commons.osgi;version="$(@)",
                             *
                         </Import-Package>
                         <Export-Package>


Reply via email to