diff options
author | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-16 16:57:50 +0800 |
---|---|---|
committer | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-16 17:05:25 +0800 |
commit | 30407b138dbb273071c00c85481fd59cb3987633 (patch) | |
tree | eddb830878caab93b4df8651c9487b47d4b68623 /pom.xml | |
parent | 2504d624b6c65ee919db506f870ee17b31e51f90 (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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |