aboutsummaryrefslogtreecommitdiffstats
path: root/BRMSGateway/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-03-08 06:56:16 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-08 06:56:16 +0000
commitbffca61e5b75c556c7a0a1bda4e537146d4ec2ae (patch)
treeb258431b8b08e3cea43bdb56e7359dc24e7edd99 /BRMSGateway/pom.xml
parenteefb77c4343190c7dff60f5ab506454dbd702b32 (diff)
parent78d2a3cc107d6d9195578cf9f2775e94575a57c6 (diff)
Merge "JUnit additions for BRMS,API"
Diffstat (limited to 'BRMSGateway/pom.xml')
-rw-r--r--BRMSGateway/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml
index 0d9ebfba2..76cbc1b6a 100644
--- a/BRMSGateway/pom.xml
+++ b/BRMSGateway/pom.xml
@@ -123,6 +123,19 @@
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
+ <!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito -->
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-api-mockito</artifactId>
+ <version>1.7.3</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ <version>1.7.3</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>