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:03 UTC

svn commit: r614591 - /incubator/sling/trunk/jcr/resource/pom.xml

Author: fmeschbe
Date: Wed Jan 23 09:55:56 2008
New Revision: 614591

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

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

Modified: incubator/sling/trunk/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/resource/pom.xml?rev=614591&r1=614590&r2=614591&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/resource/pom.xml (original)
+++ incubator/sling/trunk/jcr/resource/pom.xml Wed Jan 23 09:55:56 2008
@@ -80,6 +80,11 @@
                         <Private-Package>
                             org.apache.sling.jcr.resource.internal.*,
                             org.apache.jackrabbit.net,
+                            org.apache.jackrabbit;
+                            org.apache.jackrabbit.name;
+                            org.apache.jackrabbit.util;
+                            org.apache.jackrabbit.uuid;
+                            org.apache.jackrabbit.value;-split-package:=merge-first,
                             org.apache.jackrabbit.ocm.lock,
                             org.apache.jackrabbit.ocm.manager.atomictypeconverter.impl,
                             org.apache.jackrabbit.ocm.manager.beanconverter,
@@ -158,6 +163,11 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-ocm</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>