You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2008/11/03 17:59:02 UTC

svn commit: r710104 - in /jackrabbit/sandbox/jackrabbit-test-harness/compatibility: create10/pom.xml create11/pom.xml

Author: jukka
Date: Mon Nov  3 08:59:02 2008
New Revision: 710104

URL: http://svn.apache.org/viewvc?rev=710104&view=rev
Log:
test-harness: Exclude the old jsr170:jcr dependency that's not in the central Maven repository.

Modified:
    jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create10/pom.xml
    jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create11/pom.xml

Modified: jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create10/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create10/pom.xml?rev=710104&r1=710103&r2=710104&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create10/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create10/pom.xml Mon Nov  3 08:59:02 2008
@@ -44,6 +44,12 @@
       <artifactId>jackrabbit-core</artifactId>
       <version>1.0</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>jsr170</groupId>
+          <artifactId>jcr</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>
 

Modified: jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create11/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create11/pom.xml?rev=710104&r1=710103&r2=710104&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create11/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-test-harness/compatibility/create11/pom.xml Mon Nov  3 08:59:02 2008
@@ -44,6 +44,12 @@
       <artifactId>jackrabbit-core</artifactId>
       <version>1.1</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>jsr170</groupId>
+          <artifactId>jcr</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
   </dependencies>