From aa4d8afd0d10c79a0605bc9402da2dc7f838f8ee Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Mon, 10 Oct 2022 14:30:01 +0000 Subject: Migrate Mockito 1 to version 2 in the resources service - update mockito to version 2.4.0 - update eelf-core since it has a compile time dependency to mockito 1.10.19 in version 1 Issue-ID: AAI-3546 Signed-off-by: Fiete Ostkamp Change-Id: I6ba724fe26b57e9a468bdeb89cadaa6f51e68634 --- aai-resources/pom.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'aai-resources/pom.xml') diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 3b29f25..0e3a979 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -87,6 +87,7 @@ 1.6.6 1.6.6 1.6.1 + 2.4.0 @@ -414,6 +415,7 @@ com.att.eelf eelf-core + 2.0.0-oss ch.qos.logback @@ -457,16 +459,12 @@ com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - - org.mockito - mockito-all - test - org.mockito mockito-core + ${mockito.core.version} test - + com.beust jcommander -- cgit 1.2.3-korg