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-api/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'common/onap-common-configuration-management/onap-configuration-management-api') 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 83a8215851..866371d7d9 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,16 +1,16 @@ - 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-api - onap-configuration-management-api + 4.0.0 - - onap-common-configuration-management - org.onap.sdc.common - 1.3.0-SNAPSHOT - .. - + onap-configuration-management-api + onap-configuration-management-api + + + onap-common-configuration-management + org.onap.sdc.common + 1.3.0-SNAPSHOT + -- cgit 1.2.3-korg