summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 6d117f5..4fb2e3b 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -94,6 +94,25 @@
<groupId>org.openo.common-services.common-utilities</groupId>
<artifactId>dropwizard-ioc-container</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-easymock</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4-rule</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-classloading-xstream</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<resources>