diff options
author | FengLiang <feng.liang1@zte.com.cn> | 2017-02-16 16:46:11 +0800 |
---|---|---|
committer | FengLiang <feng.liang1@zte.com.cn> | 2017-02-16 19:16:57 +0800 |
commit | 9b4711c706dde6caa4689e9317c906361627fc8b (patch) | |
tree | 9cddaf71b76edccbbaedf18a6f6ccebc1c8c0d0c /holmes-actions/pom.xml | |
parent | 95bf2aae433086e88bf996773a2ffed59d69c930 (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.xml | 8 |
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>
|