Add msb register code
[holmes/common.git] / holmes-actions / pom.xml
index 0c891c6..955958c 100644 (file)
     <dependencies>\r
         <dependency>\r
             <groupId>org.apache.activemq</groupId>\r
-            <artifactId>activemq-all</artifactId>\r
-            <exclusions>\r
-                <exclusion>\r
-                    <artifactId>log4j</artifactId>\r
-                    <groupId>log4j</groupId>\r
-                </exclusion>\r
-                <exclusion>\r
-                    <groupId>org.slf4j</groupId>\r
-                    <artifactId>slf4j-log4j12</artifactId>\r
-                </exclusion>\r
-                <exclusion>\r
-                    <groupId>org.slf4j</groupId>\r
-                    <artifactId>slf4j-api</artifactId>\r
-                </exclusion>\r
-            </exclusions>\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
             <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