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 2016/02/20 21:50:39 UTC

svn commit: r1731455 - /sling/trunk/bundles/jcr/oak-server/pom.xml

Author: olli
Date: Sat Feb 20 20:50:39 2016
New Revision: 1731455

URL: http://svn.apache.org/viewvc?rev=1731455&view=rev
Log:
SLING-5511 Adjust Oak package imports

add package import for org.apache.jackrabbit.oak (without version)

Modified:
    sling/trunk/bundles/jcr/oak-server/pom.xml

Modified: sling/trunk/bundles/jcr/oak-server/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/oak-server/pom.xml?rev=1731455&r1=1731454&r2=1731455&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/oak-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/oak-server/pom.xml Sat Feb 20 20:50:39 2016
@@ -66,6 +66,7 @@
                         <Import-Package>
                           org.apache.jackrabbit.test;resolution:=optional,
                           com.mongodb;resolution:=optional,
+                          org.apache.jackrabbit.oak,
                           org.apache.jackrabbit.oak.security.user;resolution:=optional,
                           org.apache.jackrabbit.oak.spi.security.authentication,
                           org.apache.felix.jaas.boot,