Author: veithen
Date: Fri May 1 11:30:36 2009
New Revision: 770641
URL: http://svn.apache.org/viewvc?rev=770641&view=rev
Log:
Declared log4j as direct dependency of the distribution.
Modified:
synapse/trunk/java/modules/distribution/pom.xml
Modified: synapse/trunk/java/modules/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/synapse/trunk/java/modules/distribution/pom.xml?rev=770641&r1=770640&r2=770641&view=diff
==============================================================================
--- synapse/trunk/java/modules/distribution/pom.xml (original)
+++ synapse/trunk/java/modules/distribution/pom.xml Fri May 1 11:30:36 2009
@@ -59,6 +59,13 @@
<version>${wrapper.version}</version>
</dependency>
+ <!-- The distribution is configured for log4j. Normally, log4j should
not
+ be a transitive dependency, so we need to declare it explicitly.
-->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+
<!-- Modules -->
<dependency>
<groupId>org.apache.rampart</groupId>