summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorFengLiang <feng.liang1@zte.com.cn>2017-02-16 16:46:11 +0800
committerFengLiang <feng.liang1@zte.com.cn>2017-02-16 19:16:57 +0800
commit9b4711c706dde6caa4689e9317c906361627fc8b (patch)
tree9cddaf71b76edccbbaedf18a6f6ccebc1c8c0d0c /holmes-actions/pom.xml
parent95bf2aae433086e88bf996773a2ffed59d69c930 (diff)
Add mq
add mq function Change-Id: Ida02db81314d203f0e9b7b780f2848ac8dbdc4c8 Issue-ID:HOLMES-19 Signed-off-by: FengLiang <feng.liang1@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 756a068..3a3f827 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -21,6 +21,14 @@
<artifactId>holmes-actions</artifactId>
<dependencies>
<dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.activemq</groupId>
+ <artifactId>activemq-client</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>baseservice-i18n</artifactId>
</dependency>