merge #253 - Added commons collection dependency, as part of artemis distribution

This commit is contained in:
Andy Taylor 2015-11-30 10:01:53 +00:00
commit cfa39ab088
1 changed files with 16 additions and 3 deletions

13
pom.xml
View File

@ -207,6 +207,12 @@
<!-- Eclipse Public License - v 1.0 -->
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections-testframework</artifactId>
<version>3.2.1</version>
<!-- License: Apache 2.0 -->
</dependency>
<!-- ## End Test Dependencies ## -->
<!-- ### Build Time Dependencies ### -->
@ -292,6 +298,13 @@
<!-- License: Apache 2.0 -->
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.1</version>
<!-- License: Apache 2.0 -->
</dependency>
<!-- Required for: JMS Injection -->
<dependency>
<groupId>javax.enterprise</groupId>