diff options
author | 2017-02-28 16:42:10 +0800 | |
---|---|---|
committer | 2017-02-28 16:56:32 +0800 | |
commit | 189aa621be296963eb0b8b8891d4cea44cf4ede5 (patch) | |
tree | 6071ceab474ebab0a3018db88c5f127a2b3f3eee /holmes-actions/pom.xml | |
parent | 677b825b6d3228d4593a1e7313e7c45705af65a9 (diff) |
Fix aciton module code
Issue-ID:HOLMES-9
Change-Id: I4d95517f2c0fdf36ce001ffe5437f96335ffe2ac
Signed-off-by: youbowu <wu.youbo@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 19 |
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>
|