added extra jar for testing of connection pool

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@359549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2005-12-28 15:34:58 +00:00
parent a59fee46d5
commit 3062f751d7
1 changed files with 5 additions and 0 deletions

View File

@ -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>