Author: tabish
Date: Mon Feb 13 21:14:31 2012
New Revision: 1243697
URL: http://svn.apache.org/viewvc?rev=1243697&view=rev
Log:
apply updated fix for: https://issues.apache.org/jira/browse/AMQ-3715
Modified:
activemq/trunk/activemq-all/pom.xml
Modified: activemq/trunk/activemq-all/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-all/pom.xml?rev=1243697&r1=1243696&r2=1243697&view=diff
==============================================================================
--- activemq/trunk/activemq-all/pom.xml (original)
+++ activemq/trunk/activemq-all/pom.xml Mon Feb 13 21:14:31 2012
@@ -53,6 +53,10 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-annotation_1.0_spec</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ </dependency>
</dependencies>
<build>
@@ -85,6 +89,7 @@
<include>org.apache.geronimo.specs:geronimo-annotation_1.0_spec</include>
<include>org.slf4j:slf4j-api</include>
<include>org.slf4j:slf4j-log4j12</include>
+ <include>log4j:log4j</include>
</includes>
</artifactSet>