merge #253 - Added commons collection dependency, as part of artemis distribution
This commit is contained in:
commit
cfa39ab088
19
pom.xml
19
pom.xml
|
@ -207,6 +207,12 @@
|
||||||
<!-- Eclipse Public License - v 1.0 -->
|
<!-- Eclipse Public License - v 1.0 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-collections</groupId>
|
||||||
|
<artifactId>commons-collections-testframework</artifactId>
|
||||||
|
<version>3.2.1</version>
|
||||||
|
<!-- License: Apache 2.0 -->
|
||||||
|
</dependency>
|
||||||
<!-- ## End Test Dependencies ## -->
|
<!-- ## End Test Dependencies ## -->
|
||||||
|
|
||||||
<!-- ### Build Time Dependencies ### -->
|
<!-- ### Build Time Dependencies ### -->
|
||||||
|
@ -292,6 +298,13 @@
|
||||||
<!-- License: Apache 2.0 -->
|
<!-- License: Apache 2.0 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-collections</groupId>
|
||||||
|
<artifactId>commons-collections</artifactId>
|
||||||
|
<version>3.2.1</version>
|
||||||
|
<!-- License: Apache 2.0 -->
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!-- Required for: JMS Injection -->
|
<!-- Required for: JMS Injection -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.enterprise</groupId>
|
<groupId>javax.enterprise</groupId>
|
||||||
|
@ -491,11 +504,11 @@
|
||||||
<version>1.2</version>
|
<version>1.2</version>
|
||||||
<!-- License: Apache 2.0 -->
|
<!-- License: Apache 2.0 -->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- OSGi support -->
|
<!-- OSGi support -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -510,7 +523,7 @@
|
||||||
<version>6.0.0</version>
|
<version>6.0.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
Loading…
Reference in New Issue