You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2007/05/25 15:47:28 UTC

svn commit: r541650 - /jackrabbit/trunk/contrib/spi/client/pom.xml

Author: angela
Date: Fri May 25 06:47:27 2007
New Revision: 541650

URL: http://svn.apache.org/viewvc?view=rev&rev=541650
Log:
- change jackrabbit version to 1.4-SNAPSHOT
- fix dependencies according to dependency-analysis (dep. plugin)

Modified:
    jackrabbit/trunk/contrib/spi/client/pom.xml

Modified: jackrabbit/trunk/contrib/spi/client/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/contrib/spi/client/pom.xml?view=diff&rev=541650&r1=541649&r2=541650
==============================================================================
--- jackrabbit/trunk/contrib/spi/client/pom.xml (original)
+++ jackrabbit/trunk/contrib/spi/client/pom.xml Fri May 25 06:47:27 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-spi-contrib</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.4-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-test-client</artifactId>
@@ -100,19 +100,37 @@
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
-      <artifactId>jackrabbit-webdav</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-server</artifactId>
    </dependency>
+   <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-jcr-rmi</artifactId>
+    </dependency>
     <dependency>
       <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
     </dependency>
     <dependency>
+        <groupId>concurrent</groupId>
+        <artifactId>concurrent</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>xml-apis</groupId>
+        <artifactId>xml-apis</artifactId>
+     </dependency>
+    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+      </dependency>
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <version>1.2.13</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>junit</groupId>