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/01/19 13:30:24 UTC

svn commit: r735677 - /jackrabbit/sandbox/jackrabbit-jdbc2jcr/pom.xml

Author: jukka
Date: Mon Jan 19 04:30:23 2009
New Revision: 735677

URL: http://svn.apache.org/viewvc?rev=735677&view=rev
Log:
jdbc2jcr: jcr-rmi may need a logging implementation, so included it in the jar-with-dependencies

Modified:
    jackrabbit/sandbox/jackrabbit-jdbc2jcr/pom.xml

Modified: jackrabbit/sandbox/jackrabbit-jdbc2jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jackrabbit-jdbc2jcr/pom.xml?rev=735677&r1=735676&r2=735677&view=diff
==============================================================================
--- jackrabbit/sandbox/jackrabbit-jdbc2jcr/pom.xml (original)
+++ jackrabbit/sandbox/jackrabbit-jdbc2jcr/pom.xml Mon Jan 19 04:30:23 2009
@@ -61,6 +61,11 @@
       <version>10.4.2.0</version>
     </dependency>
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.5.3</version>
+    </dependency>
+    <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <classifier>jdk15</classifier>
@@ -73,12 +78,6 @@
       <version>1.5.0</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>1.5.3</version>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>