summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2018-03-16 16:57:50 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2018-03-16 17:05:25 +0800
commit30407b138dbb273071c00c85481fd59cb3987633 (patch)
treeeddb830878caab93b4df8651c9487b47d4b68623 /pom.xml
parent2504d624b6c65ee919db506f870ee17b31e51f90 (diff)
Fix the Sonar Findings
Issue-ID: HOLMES-121 Change-Id: I0b6b0fc81c3f55f21fac28ddedb6d255c2ab663a Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3d84112..66bf816 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,6 +182,13 @@
</dependency>
<dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <version>1.7.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>