diff options
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index 2d2aa02..f39f227 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -24,10 +24,6 @@ <artifactId>msb-java-sdk</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.activemq</groupId>
- <artifactId>activemq-core</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jms_1.1_spec</artifactId>
</dependency>
@@ -125,6 +121,7 @@ <groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
+
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
@@ -135,6 +132,10 @@ <groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -142,6 +143,12 @@ <artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.9.3</version>
+ </dependency>
+
</dependencies>
<build>
<resources>
|