Added commons collection dependency, as part of artemis distribution
This commit is contained in:
parent
686e645c3a
commit
e7d0e91ddc
13
pom.xml
13
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue