You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ru...@apache.org on 2007/06/18 13:03:11 UTC

svn commit: r548312 - /incubator/qpid/branches/M2/java/broker/pom.xml

Author: rupertlssmith
Date: Mon Jun 18 04:03:09 2007
New Revision: 548312

URL: http://svn.apache.org/viewvc?view=rev&rev=548312
Log:
Added SLF4J to Log4J binding.

Modified:
    incubator/qpid/branches/M2/java/broker/pom.xml

Modified: incubator/qpid/branches/M2/java/broker/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/broker/pom.xml?view=diff&rev=548312&r1=548311&r2=548312
==============================================================================
--- incubator/qpid/branches/M2/java/broker/pom.xml (original)
+++ incubator/qpid/branches/M2/java/broker/pom.xml Mon Jun 18 04:03:09 2007
@@ -48,6 +48,18 @@
             <artifactId>log4j</artifactId>
         </dependency>
 
+        <dependency>  
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>  
+            <version>1.4.0</version> 
+        </dependency>
+
+        <dependency>  
+            <groupId>org.slf4j</groupId> 
+            <artifactId>slf4j-log4j12</artifactId>  
+            <version>1.4.0</version>  
+        </dependency>
+
         <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>
@@ -64,13 +76,6 @@
         </dependency>
 
         <!-- Test Dependencies -->
-        <dependency>  
-            <groupId>org.slf4j</groupId> 
-            <artifactId>slf4j-log4j12</artifactId>  
-            <version>1.4.0</version>  
-            <scope>test</scope> 
-        </dependency>
-
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>