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/01/18 15:45:37 UTC

svn commit: r613179 - /jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml

Author: jukka
Date: Fri Jan 18 06:45:36 2008
New Revision: 613179

URL: http://svn.apache.org/viewvc?rev=613179&view=rev
Log:
JCR-1327: SPI POM improvements
    - jcr-rmi is needed by jcr2spi tests

Modified:
    jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml

Modified: jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml?rev=613179&r1=613178&r2=613179&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-jcr2spi/pom.xml Fri Jan 18 06:45:36 2008
@@ -128,6 +128,11 @@
       <artifactId>jackrabbit-core</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.jackrabbit</groupId>
+      <artifactId>jackrabbit-jcr-rmi</artifactId>
+      <scope>test</scope>
+    </dependency>
    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>