diff options
author | Shiwei Tian <tian.shiwei@zte.com.cn> | 2017-09-25 10:29:29 +0800 |
---|---|---|
committer | Shiwei Tian <tian.shiwei@zte.com.cn> | 2017-09-25 10:29:29 +0800 |
commit | d8dd1b86833125a348c274b9dd62b0ff2ca64f19 (patch) | |
tree | e5423e9c5ab029ce808934f443b81ab25705b6ed /pom.xml | |
parent | 9d2cccba20f32fe54e4ccf1f433f68b5cee95bd5 (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 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -141,6 +141,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>
|