diff options
author | Liam Fallon <liam.fallon@est.tech> | 2021-06-04 08:54:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-04 08:54:38 +0000 |
commit | 83022f8577c170df5a9816be90378bea4643f0af (patch) | |
tree | 2dac7a813a07d16d22521b0420fcfb2a334474a5 /gui-editors/gui-editor-apex/pom.xml | |
parent | 7103a0a11504755a7fd90debfc71299ec0a3fb7a (diff) | |
parent | 61bb4220b57d5c176709aeca81b0176c980291cd (diff) |
Merge "Increase code coverage on gui.editors.apex.rest"
Diffstat (limited to 'gui-editors/gui-editor-apex/pom.xml')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 2bb3e14..b52631a 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -122,7 +122,8 @@ </dependency> <dependency> <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> + <artifactId>mockito-inline</artifactId> + <version>3.10.0</version> <scope>test</scope> </dependency> <dependency> |