mirror of https://github.com/apache/activemq.git
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:
parent
a59fee46d5
commit
3062f751d7
|
@ -303,6 +303,11 @@
|
||||||
<artifactId>commons-pool</artifactId>
|
<artifactId>commons-pool</artifactId>
|
||||||
<version>${commons_pool_version}</version>
|
<version>${commons_pool_version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-collections</groupId>
|
||||||
|
<artifactId>commons-collections</artifactId>
|
||||||
|
<version>${commons_collections_version}</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- JAAS Login Modules -->
|
<!-- JAAS Login Modules -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue