summaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index aad8980..dab2867 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,17 @@
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
- <artifactId>activemq-all</artifactId>
+ <artifactId>activemq-core</artifactId>
+ <version>5.7.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-pool</artifactId>
<version>5.8.0</version>
</dependency>
</dependencies>