Add msb register code
[holmes/common.git] / holmes-actions / pom.xml
index e8725f3..955958c 100644 (file)
@@ -11,7 +11,7 @@
     <modelVersion>4.0.0</modelVersion>\r
 \r
     <parent>\r
-        <groupId>org.openo.holmes</groupId>\r
+        <groupId>org.openo.holmes.actions</groupId>\r
         <artifactId>holmes-actions-parent</artifactId>\r
         <version>1.1.0-SNAPSHOT</version>\r
     </parent>\r
     <packaging>jar</packaging>\r
     <artifactId>holmes-actions</artifactId>\r
     <dependencies>\r
-        <!--<dependency>-->\r
-            <!--<groupId>org.openo.common-services.common-utilities</groupId>-->\r
-            <!--<artifactId>baseservice-i18n</artifactId>-->\r
-        <!--</dependency>-->\r
+        <dependency>\r
+            <groupId>org.apache.activemq</groupId>\r
+            <artifactId>activemq-core</artifactId>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.apache.geronimo.specs</groupId>\r
+            <artifactId>geronimo-jms_1.1_spec</artifactId>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.apache.activemq</groupId>\r
+            <artifactId>activemq-pool</artifactId>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.openo.common-services.common-utilities</groupId>\r
+            <artifactId>baseservice-i18n</artifactId>\r
+        </dependency>\r
         <dependency>\r
             <groupId>org.antlr</groupId>\r
             <artifactId>stringtemplate</artifactId>\r
             <groupId>org.openo.common-services.common-utilities</groupId>\r
             <artifactId>dropwizard-ioc-container</artifactId>\r
         </dependency>\r
+        <dependency>\r
+            <groupId>org.easymock</groupId>\r
+            <artifactId>easymock</artifactId>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.powermock</groupId>\r
+            <artifactId>powermock-api-easymock</artifactId>\r
+            <scope>test</scope>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.powermock</groupId>\r
+            <artifactId>powermock-module-junit4-rule</artifactId>\r
+            <scope>test</scope>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.powermock</groupId>\r
+            <artifactId>powermock-classloading-xstream</artifactId>\r
+            <scope>test</scope>\r
+        </dependency>\r
+        <dependency>\r
+            <groupId>org.apache.httpcomponents</groupId>\r
+            <artifactId>httpclient</artifactId>\r
+        </dependency>\r
     </dependencies>\r
     <build>\r
         <resources>\r