diff options
author | FengLiang <feng.liang1@zte.com.cn> | 2017-02-23 16:07:23 +0800 |
---|---|---|
committer | FengLiang <feng.liang1@zte.com.cn> | 2017-02-23 16:26:29 +0800 |
commit | 959b668ee3bebc777f26fde722cba67d79dfb659 (patch) | |
tree | f833c9c69edd446114206a6f3f1d63cec5081629 /holmes-actions | |
parent | 2042dba2cf604ae314df342060a76de22f827ec2 (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')
-rw-r--r-- | holmes-actions/pom.xml | 24 |
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>
|