summaryrefslogtreecommitdiffstats
path: root/holmes-actions/pom.xml
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2017-09-25 10:29:29 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2017-09-25 10:29:29 +0800
commitd8dd1b86833125a348c274b9dd62b0ff2ca64f19 (patch)
treee5423e9c5ab029ce808934f443b81ab25705b6ed /holmes-actions/pom.xml
parent9d2cccba20f32fe54e4ccf1f433f68b5cee95bd5 (diff)
modify pom and rule.enabled = 1
Issue-ID: HOLMES-63 Change-Id: Id136259af2951520f6b9d4781c32f0a64dc4e339 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r--holmes-actions/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index 506d60a..a44a27f 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -96,6 +96,11 @@
</dependency>
<dependency>
<groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-rule</artifactId>
<scope>test</scope>
</dependency>