summaryrefslogtreecommitdiffstats
path: root/rulemgt/pom.xml
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2017-09-25 15:31:32 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2017-09-26 17:14:53 +0800
commita3aa5d702e9781a03083338ea70a2fe4b15c067f (patch)
tree287292423f20359859eed9feadca0aaae7263cb5 /rulemgt/pom.xml
parent7240916c59ad2b1220b1fb8e79925995c699cc56 (diff)
add polling rule task
Issue-ID: HOLMES-56 Change-Id: I842ead880777b76da013834e5a25e10b0d8834bf Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'rulemgt/pom.xml')
-rw-r--r--rulemgt/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 013105b..5b2a11a 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -120,6 +120,12 @@
</dependency>
<dependency>
<groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <version>1.7.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-rule</artifactId>
<version>1.6.5</version>
<scope>test</scope>