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 2006/09/16 14:46:17 UTC

svn commit: r446869 - /jackrabbit/trunk/jcr-rmi/pom.xml

Author: jukka
Date: Sat Sep 16 05:46:16 2006
New Revision: 446869

URL: http://svn.apache.org/viewvc?view=rev&rev=446869
Log:
JCR-570: Use the JCR API jar from ibiblio

Modified:
    jackrabbit/trunk/jcr-rmi/pom.xml

Modified: jackrabbit/trunk/jcr-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jcr-rmi/pom.xml?view=diff&rev=446869&r1=446868&r2=446869
==============================================================================
--- jackrabbit/trunk/jcr-rmi/pom.xml (original)
+++ jackrabbit/trunk/jcr-rmi/pom.xml Sat Sep 16 05:46:16 2006
@@ -133,7 +133,7 @@
     </dependency>
     <!-- Runtime dependencies -->
     <dependency>
-      <groupId>jsr170</groupId>
+      <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
       <version>1.0</version>
     </dependency>