From decd2dff3b5b8aff53be52c825e45186d5c16e99 Mon Sep 17 00:00:00 2001 From: vempo Date: Mon, 23 Jul 2018 19:07:37 +0300 Subject: Removed forced dependencies in common Moved dependencies from "dependencies" to "dependencyManagement" so that they aren't inherited unconditionally to child modules. Organized and cleaned up dependencies, aligned versions. Change-Id: I27c7792135ec5b7b2b5b49527bc0ac0d09b024b1 Issue-ID: SDC-1065 Signed-off-by: vempo --- .../onap-configuration-management-test/pom.xml | 85 +++++++++++----------- 1 file changed, 42 insertions(+), 43 deletions(-) (limited to 'common/onap-common-configuration-management/onap-configuration-management-test/pom.xml') diff --git a/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml index 700513ea5d..77e645eef2 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-test/pom.xml @@ -1,49 +1,48 @@ - 4.0.0 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - onap-configuration-management-test - onap-configuration-management-test + 4.0.0 - - onap-common-configuration-management - org.onap.sdc.common - 1.3.0-SNAPSHOT - .. - + onap-configuration-management-test + onap-configuration-management-test - - - org.onap.sdc.common - onap-configuration-management-core - ${project.version} - - - junit - junit - ${junit.version} - test - - + + onap-common-configuration-management + org.onap.sdc.common + 1.3.0-SNAPSHOT + - - - - org.apache.maven.plugins - maven-surefire-plugin - ${mvn.surefire.version} - - true - - ${project.basedir}/src/test/resources - ${user.home}/TestResources - - - **/TestCMSuite.java - - - - - + + + org.onap.sdc.common + onap-configuration-management-core + ${project.version} + + + junit + junit + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${mvn.surefire.version} + + true + + ${project.basedir}/src/test/resources + ${user.home}/TestResources + + + **/TestCMSuite.java + + + + + -- cgit 1.2.3-korg