diff options
author | Taka Cho <takamune.cho@att.com> | 2019-10-14 13:51:20 -0400 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-10-14 20:13:43 +0000 |
commit | 4d410791f30d1da1224faf10e970829b55127795 (patch) | |
tree | f628fb50fb356975c32268ed7420aef7d6f972d0 /appc-dispatcher/appc-command-executor/appc-command-executor-core | |
parent | 7afe1f09012f7014a2c84de0a073e3446cfac17a (diff) |
update mockito version
sonar does not take the test coverage from
parent pom file
Issue-ID: APPC-1767
Change-Id: I852280c31b40dc8a3bdcadc20947ec9c8040fce7
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-core')
-rw-r--r-- | appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml index 7b8a7e1a7..d8c0201ae 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml @@ -78,6 +78,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> + <version>1.10.19</version> <scope>test</scope> </dependency> <dependency> |