summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorFengLiang <feng.liang1@zte.com.cn>2017-02-23 16:07:23 +0800
committerFengLiang <feng.liang1@zte.com.cn>2017-02-23 16:26:29 +0800
commit959b668ee3bebc777f26fde722cba67d79dfb659 (patch)
treef833c9c69edd446114206a6f3f1d63cec5081629 /holmes-actions/pom.xml
parent2042dba2cf604ae314df342060a76de22f827ec2 (diff)
Modify pom
activemq-all to activemq-core Change-Id: Ied44d372a94193f3f1239a290b8f13ea40e53e0f Issue-ID:HOLMES-37 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml24
1 files changed, 9 insertions, 15 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 0c891c6..6d117f5 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -22,21 +22,15 @@
<dependencies>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-all</artifactId>
- <exclusions>
- <exclusion>
- <artifactId>log4j</artifactId>
- <groupId>log4j</groupId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
+ <artifactId>activemq-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-pool</artifactId>
</dependency>
<dependency>
<groupId>org.openo.common-services.common-utilities</groupId>