You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2007/09/26 12:48:22 UTC

svn commit: r579578 - /incubator/qpid/branches/M2.1/java/pom.xml

Author: ritchiem
Date: Wed Sep 26 03:48:14 2007
New Revision: 579578

URL: http://svn.apache.org/viewvc?rev=579578&view=rev
Log:
Updated the version of slf4j-simple to be one that would work. Changing the systests/pom.xml to depend on this rather than the slf4j-log4j will cause maven to provide more details in the tests. All info and above is logged.

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

Modified: incubator/qpid/branches/M2.1/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/qpid/branches/M2.1/java/pom.xml?rev=579578&r1=579577&r2=579578&view=diff
==============================================================================
--- incubator/qpid/branches/M2.1/java/pom.xml (original)
+++ incubator/qpid/branches/M2.1/java/pom.xml Wed Sep 26 03:48:14 2007
@@ -506,7 +506,7 @@
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.0</version>
+                <version>1.4.3</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.mina</groupId>