You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ac...@apache.org on 2007/04/23 05:24:37 UTC

svn commit: r531320 - /activemq/branches/activemq-4.1/activemq-optional/pom.xml

Author: aco
Date: Sun Apr 22 20:24:36 2007
New Revision: 531320

URL: http://svn.apache.org/viewvc?view=rev&rev=531320
Log:
Fix compile problem by adding log4j to list of dependencies

Modified:
    activemq/branches/activemq-4.1/activemq-optional/pom.xml

Modified: activemq/branches/activemq-4.1/activemq-optional/pom.xml
URL: http://svn.apache.org/viewvc/activemq/branches/activemq-4.1/activemq-optional/pom.xml?view=diff&rev=531320&r1=531319&r2=531320
==============================================================================
--- activemq/branches/activemq-4.1/activemq-optional/pom.xml (original)
+++ activemq/branches/activemq-4.1/activemq-optional/pom.xml Sun Apr 22 20:24:36 2007
@@ -100,6 +100,12 @@
     </dependency>
 
     <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+      <scope>compile</scope>
+    </dependency>
+
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>compile</scope>