diff options
author | Taka Cho <takamune.cho@att.com> | 2019-10-15 10:00:29 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-10-15 10:01:21 -0400 |
commit | c13a9c95e47b072afb701ad490480036ef36db26 (patch) | |
tree | 072d8e311421c8d82e72fbd4373cb48098b03da7 /appc-outbound | |
parent | 4d410791f30d1da1224faf10e970829b55127795 (diff) |
update mockito version in APPC
sonar does not take the test coverage from
parent pom file
Issue-ID: APPC-1767
Change-Id: Ic6530ddc553b404f49937d61481ca2e076362e64
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-outbound')
-rwxr-xr-x | appc-outbound/appc-aai-client/provider/pom.xml | 6 | ||||
-rwxr-xr-x | appc-outbound/appc-network-inventory-client/provider/pom.xml | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index 33f58ba1c..65fe1efc7 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/provider/pom.xml @@ -80,6 +80,12 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index db803e533..ea3196694 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -71,13 +71,21 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-core</artifactId> + <version>1.10.19</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> + <version>1.6.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> + <version>1.6.4</version> <scope>test</scope> </dependency> <dependency> |