You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/01/23 18:56:30 UTC

svn commit: r614593 - /incubator/sling/trunk/jcr/webdav/pom.xml

Author: fmeschbe
Date: Wed Jan 23 09:56:25 2008
New Revision: 614593

URL: http://svn.apache.org/viewvc?rev=614593&view=rev
Log:
SLING-176 Include jcr-commons packages in the bundle

Modified:
    incubator/sling/trunk/jcr/webdav/pom.xml

Modified: incubator/sling/trunk/jcr/webdav/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/webdav/pom.xml?rev=614593&r1=614592&r2=614593&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/webdav/pom.xml (original)
+++ incubator/sling/trunk/jcr/webdav/pom.xml Wed Jan 23 09:56:25 2008
@@ -65,6 +65,12 @@
                         <!-- No Export-Package -->
                         <Private-Package>
                             org.apache.sling.jcr.webdav,
+                            org.apache.jackrabbit;
+                            org.apache.jackrabbit.commons.iterator;
+                            org.apache.jackrabbit.name;
+                            org.apache.jackrabbit.uuid;
+                            org.apache.jackrabbit.util;
+                            org.apache.jackrabbit.value;-split-package:=merge-first,
                             org.apache.jackrabbit.webdav.simple,
                             org.apache.jackrabbit.server,
                             org.apache.jackrabbit.server.io,
@@ -112,6 +118,12 @@
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.api</artifactId>
             <version>2.0.0-incubator-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>