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 +++-- .../onap-configuration-management-core/pom.xml | 225 +++++++++++---------- 2 files changed, 148 insertions(+), 130 deletions(-) (limited to 'common/onap-common-configuration-management') 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 + + diff --git a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml index 86696b5e18..22e858149a 100755 --- a/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-core/pom.xml @@ -15,118 +15,127 @@ --> + 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-core - onap-configuration-management-core + onap-configuration-management-core + onap-configuration-management-core - - onap-common-configuration-management - org.onap.sdc.common - 1.7.0-SNAPSHOT - + + onap-common-configuration-management + org.onap.sdc.common + 1.7.0-SNAPSHOT + - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - org.apache.commons - commons-configuration2 - ${commons-configuration} - - - commons-beanutils - commons-beanutils - ${commons-beanutils} - - - commons-logging - commons-logging - ${commons-logging} - - - org.apache.commons - commons-lang3 - - - commons-io - commons-io - - - net.sf.corn - corn-cps - 1.1.7 - - - com.sun - tools - - - - - com.virtlink.commons - commons-configuration2-jackson - 0.6.1 - - - org.onap.sdc.common - onap-configuration-management-api - ${project.version} - - - javax.servlet - javax.servlet-api - provided - - - com.fasterxml.jackson.core - jackson-annotations - - - junit - junit - test - - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - test - - - org.openecomp.sdc - openecomp-sdc-logging-api - ${project.version} - compile - - + + + + org.junit.jupiter + junit-jupiter-engine + ${junitJupiter.version} + test + + + + org.junit.vintage + junit-vintage-engine + ${junitJupiter.version} + - - - - org.apache.maven.plugins - maven-surefire-plugin - ${mvn.surefire.version} - - - ${project.basedir}/src/test/resources - ${user.home}/TestResources - - - - - + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + + + org.apache.commons + commons-configuration2 + ${commons-configuration} + + + commons-beanutils + commons-beanutils + ${commons-beanutils} + + + commons-logging + commons-logging + ${commons-logging} + + + org.apache.commons + commons-lang3 + + + commons-io + commons-io + + + net.sf.corn + corn-cps + 1.1.7 + + + com.sun + tools + + + + + com.virtlink.commons + commons-configuration2-jackson + 0.6.1 + + + org.onap.sdc.common + onap-configuration-management-api + ${project.version} + + + javax.servlet + javax.servlet-api + provided + + + com.fasterxml.jackson.core + jackson-annotations + + + org.slf4j + slf4j-api + + + ch.qos.logback + logback-classic + test + + + org.openecomp.sdc + openecomp-sdc-logging-api + ${project.version} + compile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + ${project.basedir}/src/test/resources + ${user.home}/TestResources + + + + + -- cgit 1.2.3-korg