You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2011/04/11 16:00:57 UTC

svn commit: r1091078 - /activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml

Author: dejanb
Date: Mon Apr 11 14:00:56 2011
New Revision: 1091078

URL: http://svn.apache.org/viewvc?rev=1091078&view=rev
Log:
provide simple logging for perf plugin

Modified:
    activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml

Modified: activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml?rev=1091078&r1=1091077&r2=1091078&view=diff
==============================================================================
--- activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml (original)
+++ activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml Mon Apr 11 14:00:56 2011
@@ -69,8 +69,8 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <scope>test</scope>
+            <artifactId>slf4j-simple</artifactId>
+            <version>${slf4j-version}</version>
         </dependency>
     </dependencies>
 </project>