Author: jstrachan
Date: Wed Dec 28 07:34:58 2005
New Revision: 359549
URL: http://svn.apache.org/viewcvs?rev=359549&view=rev
Log:
added extra jar for testing of connection pool
Modified:
incubator/activemq/trunk/activemq-core/project.xml
Modified: incubator/activemq/trunk/activemq-core/project.xml
URL:
http://svn.apache.org/viewcvs/incubator/activemq/trunk/activemq-core/project.xml?rev=359549&r1=359548&r2=359549&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/project.xml (original)
+++ incubator/activemq/trunk/activemq-core/project.xml Wed Dec 28 07:34:58 2005
@@ -303,6 +303,11 @@
<artifactId>commons-pool</artifactId>
<version>${commons_pool_version}</version>
</dependency>
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>${commons_collections_version}</version>
+ </dependency>
<!-- JAAS Login Modules -->
<dependency>