diff options
author | rn509j <rn509j@att.com> | 2017-10-03 11:07:22 -0400 |
---|---|---|
committer | rn509j <rn509j@att.com> | 2017-10-03 11:08:16 -0400 |
commit | 5b7869e3cf9fc3a5c09c14ba94f2d9341523c7b6 (patch) | |
tree | 0bbaae44cad2bd80a7f7daedb40b2f2a92fb27e2 /pom.xml | |
parent | d0fd7a9c0aca788fa5fc9109c382c57791662772 (diff) |
commiting code for test coveragev1.0.01.0.0-ONAP1.0.0-Amsterdam
DMAAP-149
Signed-off-by: rn509j <rn509j@att.com>
Change-Id: Ibbb8b44a67f6ba9f5361874df444ef9e31ce7bed
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -154,6 +154,20 @@ <version>4.11</version> <scope>test</scope> </dependency> + + <dependency> + <groupId>com.github.tomakehurst</groupId> + <artifactId>wiremock</artifactId> + <version>2.5.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.9.5</version> + <scope>test</scope> + </dependency> + </dependencies> <build> |