Author: jstrachan
Date: Thu Aug 14 07:18:01 2008
New Revision: 685910
URL: http://svn.apache.org/viewvc?rev=685910&view=rev
Log:
added explicit dependency on activemq-pool for now until we maybe move
activemq-camel to use spring's pool classes to minimse dependencies
Modified:
activemq/trunk/activemq-camel/pom.xml
Modified: activemq/trunk/activemq-camel/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-camel/pom.xml?rev=685910&r1=685909&r2=685910&view=diff
==============================================================================
--- activemq/trunk/activemq-camel/pom.xml (original)
+++ activemq/trunk/activemq-camel/pom.xml Thu Aug 14 07:18:01 2008
@@ -71,16 +71,17 @@
<artifactId>activemq-core</artifactId>
</dependency>
- <!-- testing helpers -->
+ <!-- TODO we could maybe remove this dependency and use the Spring pool
implementation? -->
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>activemq-core</artifactId>
- <type>test-jar</type>
- <scope>test</scope>
+ <artifactId>activemq-pool</artifactId>
</dependency>
+
+ <!-- testing helpers -->
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>activemq-pool</artifactId>
+ <artifactId>activemq-core</artifactId>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>