You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2008/07/13 12:20:58 UTC

svn commit: r676296 - /mina/trunk/pom.xml

Author: ngn
Date: Sun Jul 13 03:20:58 2008
New Revision: 676296

URL: http://svn.apache.org/viewvc?rev=676296&view=rev
Log:
jcl104-over-slf4j is now called jcl-over-slf4j

Modified:
    mina/trunk/pom.xml

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=676296&r1=676295&r2=676296&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Sun Jul 13 03:20:58 2008
@@ -215,7 +215,7 @@
 
       <dependency>
         <groupId>org.slf4j</groupId>
-        <artifactId>jcl104-over-slf4j</artifactId>
+        <artifactId>jcl-over-slf4j</artifactId>
         <version>1.5.2</version>
       </dependency>
 
@@ -272,7 +272,7 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>jcl104-over-slf4j</artifactId>
+      <artifactId>jcl-over-slf4j</artifactId>
       <scope>test</scope>
     </dependency>