diff options
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>
|