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:53:32 UTC

[sling-org-apache-sling-launchpad-testing-war] 03/16: explicitly referencing jcr 2 in testing-war

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

rombert pushed a commit to annotated tag org.apache.sling.launchpad.testing-war-6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing-war.git

commit 4206f5acc525caf6745ddd7132f645915edaaeca
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Mon Jan 17 02:41:44 2011 +0000

    explicitly referencing jcr 2 in testing-war
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/launchpad/testing-war@1059731 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 72ce614..a4324a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -459,6 +459,12 @@
             </exclusions>
         </dependency>
         <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <version>2.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.post</artifactId>
             <version>2.0.2-incubator</version>

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