This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag 
org.apache.sling.jcr.webdav-2.0.2-incubator
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git

commit 0d2bc663a8e68e8fc0efed19d285be37b157a258
Author: Felix Meschberger <fmesc...@apache.org>
AuthorDate: Wed Jan 23 17:56:25 2008 +0000

    SLING-176 Include jcr-commons packages in the bundle
    
    git-svn-id: 
https://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/webdav@614593 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6c3c9a9..7a5bffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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,
@@ -116,6 +122,12 @@
 
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
+            <scope>compile</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-server</artifactId>
             <version>1.4</version>
             <scope>compile</scope>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <commits@sling.apache.org>.

Reply via email to