You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ma...@apache.org on 2007/09/16 21:18:55 UTC

svn commit: r576152 - in /mina/trunk: core/pom.xml filter-codec-netty/pom.xml filter-compression/pom.xml integration-spring/pom.xml protocol-http-client/pom.xml

Author: maarten
Date: Sun Sep 16 12:18:55 2007
New Revision: 576152

URL: http://svn.apache.org/viewvc?rev=576152&view=rev
Log:
use same slf4j binding for all sub-projects: slf4j-log4j12 instead of slf4j-simple
(as discussed on the mailinglist)

Modified:
    mina/trunk/core/pom.xml
    mina/trunk/filter-codec-netty/pom.xml
    mina/trunk/filter-compression/pom.xml
    mina/trunk/integration-spring/pom.xml
    mina/trunk/protocol-http-client/pom.xml

Modified: mina/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?rev=576152&r1=576151&r2=576152&view=diff
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Sun Sep 16 12:18:55 2007
@@ -37,7 +37,7 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
+      <artifactId>slf4j-log4j12</artifactId>
       <version>1.4.3</version>
       <scope>test</scope>
     </dependency>

Modified: mina/trunk/filter-codec-netty/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/filter-codec-netty/pom.xml?rev=576152&r1=576151&r2=576152&view=diff
==============================================================================
--- mina/trunk/filter-codec-netty/pom.xml (original)
+++ mina/trunk/filter-codec-netty/pom.xml Sun Sep 16 12:18:55 2007
@@ -27,7 +27,7 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
+      <artifactId>slf4j-log4j12</artifactId>
       <version>1.4.3</version>
       <scope>test</scope>
     </dependency>

Modified: mina/trunk/filter-compression/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/filter-compression/pom.xml?rev=576152&r1=576151&r2=576152&view=diff
==============================================================================
--- mina/trunk/filter-compression/pom.xml (original)
+++ mina/trunk/filter-compression/pom.xml Sun Sep 16 12:18:55 2007
@@ -21,7 +21,7 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
+      <artifactId>slf4j-log4j12</artifactId>
       <version>1.4.3</version>
       <scope>test</scope>
     </dependency>

Modified: mina/trunk/integration-spring/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/integration-spring/pom.xml?rev=576152&r1=576151&r2=576152&view=diff
==============================================================================
--- mina/trunk/integration-spring/pom.xml (original)
+++ mina/trunk/integration-spring/pom.xml Sun Sep 16 12:18:55 2007
@@ -20,7 +20,7 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
+      <artifactId>slf4j-log4j12</artifactId>
       <version>1.4.3</version>
       <scope>test</scope>
     </dependency>

Modified: mina/trunk/protocol-http-client/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/protocol-http-client/pom.xml?rev=576152&r1=576151&r2=576152&view=diff
==============================================================================
--- mina/trunk/protocol-http-client/pom.xml (original)
+++ mina/trunk/protocol-http-client/pom.xml Sun Sep 16 12:18:55 2007
@@ -45,7 +45,8 @@
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
       <version>1.4.3</version>
     </dependency>
     <dependency>