summaryrefslogtreecommitdiffstats
path: root/dmaap-dsa/pom.xml
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2018-03-06 08:48:24 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2018-03-06 09:17:02 +0800
commitf831daf1d824b91697819a5d680fba87dcf91337 (patch)
treeb13ddeaf08df679c998ef1459b7dee98302a6dcf /dmaap-dsa/pom.xml
parent7605bdd5ca1ab64f449c930bbab5440f88b4386b (diff)
Change HTTP Requests into HTTPS Ones
Issue-ID: HOLMES-104 Change-Id: I17677ce9bcdf14548fe43408382ebaba7e861ac3 Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
Diffstat (limited to 'dmaap-dsa/pom.xml')
-rw-r--r--dmaap-dsa/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml
index debda23..a5d9586 100644
--- a/dmaap-dsa/pom.xml
+++ b/dmaap-dsa/pom.xml
@@ -160,6 +160,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>