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 2009/02/18 13:14:20 UTC

svn commit: r745489 - /jackrabbit/sandbox/spi/pom.xml

Author: jukka
Date: Wed Feb 18 12:14:19 2009
New Revision: 745489

URL: http://svn.apache.org/viewvc?rev=745489&view=rev
Log:
spi: The client pom does not include a version for spi2davex, so we should included it in depenency management.

Modified:
    jackrabbit/sandbox/spi/pom.xml

Modified: jackrabbit/sandbox/spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/spi/pom.xml?rev=745489&r1=745488&r2=745489&view=diff
==============================================================================
--- jackrabbit/sandbox/spi/pom.xml (original)
+++ jackrabbit/sandbox/spi/pom.xml Wed Feb 18 12:14:19 2009
@@ -191,6 +191,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.jackrabbit</groupId>
+        <artifactId>jackrabbit-spi-spi2davex</artifactId>
+        <version>${version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.jackrabbit</groupId>
         <artifactId>jackrabbit-spi2jcr</artifactId>
         <version>${version}</version>
       </dependency>