From 4740ae303ee85684b0deb1e5c3fe003e94b22ee6 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Fri, 7 Feb 2025 13:10:45 +0100 Subject: [PATCH] Reenable tests for the common module - add vintage engine dep to reenable tests in common module - resolve build warning about jsonobject library in tests - change mockito-core dep scope to test - resolve build warning about duplicate declarations of appc dependencies Issue-ID: SO-4136 Signed-off-by: Fiete Ostkamp Change-Id: Ic8bbfb3723e1dac42e7d9b57a919eb54c9426b51 --- common/pom.xml | 41 ++++++++++------------------------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 3d7fd5cdc1..bb2ca7b159 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -76,6 +76,10 @@ org.apache.commons commons-lang3 + + com.vaadin.external.google + android-json + @@ -113,6 +117,7 @@ org.mockito mockito-core + test org.json @@ -123,6 +128,11 @@ spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test + org.onap.aaf.authz aaf-cadi-client @@ -246,36 +256,6 @@ - - org.onap.appc.client - client-lib - ${appc.client.version} - - - org.mockito - mockito-core - - - org.powermock - powermock-module-junit4 - - - org.powermock - powermock-api-mockito - - - - - org.onap.appc.client - client-kit - ${appc.client.version} - - - org.mockito - mockito-core - - - org.projectlombok lombok @@ -323,7 +303,6 @@ org.junit.jupiter junit-jupiter-engine - 5.5.2 -- 2.16.6