You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:50:55 UTC

[sling-org-apache-sling-jcr-webdav] 03/12: SLING-1405 - fixing duplicate dependencies

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.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git

commit 1d688a637ec5c69441b8823d5f7746dab493ab9b
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Tue Feb 23 15:11:23 2010 +0000

    SLING-1405 - fixing duplicate dependencies
    
    SLING-1405 - fixing duplicate depencencies
    
    removing dupe jcr dependency
    
    SLING-1405 - fixing jcr.webdav pom
    
    remove provided scope
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@915371 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index b2a4d81..46c05ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,13 +113,7 @@
             <artifactId>org.apache.sling.commons.mime</artifactId>
             <version>2.0.2-incubator</version>
         </dependency>
-
-        <dependency>
-            <groupId>javax.jcr</groupId>
-            <artifactId>jcr</artifactId>
-            <version>2.0</version>
-            <scope>provided</scope>
-        </dependency>
+        
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-server</artifactId>
@@ -130,6 +124,7 @@
         <dependency>
             <groupId>javax.jcr</groupId>
             <artifactId>jcr</artifactId>
+            <version>2.0</version>
         </dependency>
         <dependency>
             <groupId>javax.servlet</groupId>

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