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 2006/11/21 09:08:26 UTC

svn commit: r477566 - /jackrabbit/trunk/jcr-server/client/project.xml

Author: angela
Date: Tue Nov 21 00:08:25 2006
New Revision: 477566

URL: http://svn.apache.org/viewvc?view=rev&rev=477566
Log:
client doesn't have dependency to jackrabbit core.

Modified:
    jackrabbit/trunk/jcr-server/client/project.xml

Modified: jackrabbit/trunk/jcr-server/client/project.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jcr-server/client/project.xml?view=diff&rev=477566&r1=477565&r2=477566
==============================================================================
--- jackrabbit/trunk/jcr-server/client/project.xml (original)
+++ jackrabbit/trunk/jcr-server/client/project.xml Tue Nov 21 00:08:25 2006
@@ -42,7 +42,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-core</artifactId>
+            <artifactId>jackrabbit-jcr-commons</artifactId>
             <version>${jackrabbit.build.version.jackrabbit}</version>
         </dependency>