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:48:01 UTC

[sling-org-apache-sling-jcr-davex] 04/09: SLING-3262 Update Jackrabbit WebDAV and JCR Server dependencies to 2.6.4 (latest production version)

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

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

commit 1d1d3a4f454f6b11684af1e09bee6ae95be04d84
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Mon Dec 2 09:31:53 2013 +0000

    SLING-3262 Update Jackrabbit WebDAV and JCR Server dependencies to 2.6.4 (latest production version)
    
    Also add missing JUnit test dependency to davex project
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/davex@1546935 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 126514d..3c3f143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,13 +86,13 @@
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-jcr-server</artifactId>
-            <version>2.4.4</version>
+            <version>2.6.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-webdav</artifactId>
-            <version>2.4.4</version>
+            <version>2.6.4</version>
             <scope>provided</scope>
         </dependency>
 
@@ -151,5 +151,11 @@
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
         </dependency>
+
+        <!-- JUnit -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
     </dependencies>
 </project>

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