You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/06/02 13:54:32 UTC

svn commit: r950509 - /directory/apacheds/trunk/pom.xml

Author: elecharny
Date: Wed Jun  2 11:54:31 2010
New Revision: 950509

URL: http://svn.apache.org/viewvc?rev=950509&view=rev
Log:
Removed the jcl-slf4j dependency, it's not used

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=950509&r1=950508&r2=950509&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Wed Jun  2 11:54:31 2010
@@ -59,7 +59,6 @@
     <daemon.bootstrappers.version>1.1.9-SNAPSHOT</daemon.bootstrappers.version>
     <derby.version>10.4.2.0</derby.version>
     <dnsjava.version>2.0.1</dnsjava.version>
-    <jcl.over.slf4j.version>1.5.11</jcl.over.slf4j.version>
     <jetty.version>6.1.14</jetty.version>
     <jug.asl.version>2.0.0.RC1</jug.asl.version>
     <junit.version>4.8.1</junit.version>
@@ -233,12 +232,6 @@
 
       <dependency>
         <groupId>org.slf4j</groupId>
-        <artifactId>jcl-over-slf4j</artifactId>
-        <version>${jcl.over.slf4j.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
         <version>${slf4j.log4j12.version}</version>
       </dependency>
@@ -456,13 +449,6 @@
       <artifactId>slf4j-api</artifactId>
     </dependency>
 
-    <!-- not sure what this is used for -->
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>jcl-over-slf4j</artifactId>
-      <scope>test</scope>
-    </dependency>
-
     <!-- standard logging implementation for tests -->
     <dependency>
       <groupId>org.slf4j</groupId>