Author: jstrachan
Date: Wed Oct 15 10:25:47 2008
New Revision: 704965
URL: http://svn.apache.org/viewvc?rev=704965&view=rev
Log:
added better logging
Modified:
activemq/camel/trunk/examples/camel-example-spring/pom.xml
Modified: activemq/camel/trunk/examples/camel-example-spring/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring/pom.xml?rev=704965&r1=704964&r2=704965&view=diff
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-spring/pom.xml Wed Oct 15
10:25:47 2008
@@ -53,6 +53,11 @@
<artifactId>activemq-core</artifactId>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </dependency>
+
<!-- for testing -->
<dependency>
<groupId>junit</groupId>