From a36531c38fe1a9234b8dbeaed5505cf3ca48de26 Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 29 Apr 2020 18:39:35 +0100 Subject: Prepare for Junit5 Remove unused/duplicated dependencies Change-Id: Iee0d9510ffbe3e2e14574e22ba965d6829fd568b Signed-off-by: Vasyl Razinkov Issue-ID: SDC-2844 Issue-ID: SDC-2983 --- .../onap-configuration-management-api/pom.xml | 53 +++++++++++++--------- 1 file changed, 31 insertions(+), 22 deletions(-) (limited to 'common/onap-common-configuration-management/onap-configuration-management-api/pom.xml') diff --git a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml index a8cae9714b..10d0614375 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-api/pom.xml @@ -1,29 +1,38 @@ + xmlns="http://maven.apache.org/POM/4.0.0" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - 4.0.0 + 4.0.0 - onap-configuration-management-api - onap-configuration-management-api + onap-configuration-management-api + onap-configuration-management-api - - onap-common-configuration-management - org.onap.sdc.common - 1.7.0-SNAPSHOT - + + onap-common-configuration-management + org.onap.sdc.common + 1.7.0-SNAPSHOT + - - - junit - junit - test - - - org.mockito - mockito-core - test - - + + + + org.junit.jupiter + junit-jupiter-engine + ${junitJupiter.version} + test + + + + org.junit.vintage + junit-vintage-engine + ${junitJupiter.version} + + + + org.mockito + mockito-core + test + + -- cgit 1.2.3-korg