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/03/18 10:25:56 UTC

svn commit: r386830 - /incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml

Author: jukka
Date: Sat Mar 18 01:25:51 2006
New Revision: 386830

URL: http://svn.apache.org/viewcvs?rev=386830&view=rev
Log:
orm-persistence: Updated the JCR download URL and added the SLF4J dependency for unit testing.

Modified:
    incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml

Modified: incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml?rev=386830&r1=386829&r2=386830&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml (original)
+++ incubator/jackrabbit/trunk/contrib/orm-persistence/project.xml Sat Mar 18 01:25:51 2006
@@ -83,7 +83,12 @@
       <groupId>jsr170</groupId>
       <artifactId>jcr</artifactId>
       <version>1.0</version>
-      <url>http://www.day.com/maven/jsr170/jars/jcr-0.16.4.1.jar</url>
+      <url>http://jcp.org/en/jsr/detail?id=170</url>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>