You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gt...@apache.org on 2011/04/27 18:02:09 UTC

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

Author: gtully
Date: Wed Apr 27 16:02:09 2011
New Revision: 1097161

URL: http://svn.apache.org/viewvc?rev=1097161&view=rev
Log:
ensure slf4j has a default impl to avoid ncdf error on startup

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

Modified: activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml?rev=1097161&r1=1097160&r2=1097161&view=diff
==============================================================================
--- activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml (original)
+++ activemq/trunk/activemq-tooling/maven-activemq-plugin/pom.xml Wed Apr 27 16:02:09 2011
@@ -67,6 +67,10 @@
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <plugins>