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/02/11 11:38:44 UTC

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

Author: dejanb
Date: Fri Feb 11 10:38:44 2011
New Revision: 1069736

URL: http://svn.apache.org/viewvc?rev=1069736&view=rev
Log:
https://issues.apache.org/jira/browse/AMQ-3177 - slf4j use in 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=1069736&r1=1069735&r2=1069736&view=diff
==============================================================================
--- activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml (original)
+++ activemq/trunk/activemq-tooling/maven-activemq-perf-plugin/pom.xml Fri Feb 11 10:38:44 2011
@@ -67,5 +67,10 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>