From 494e44267b82f224c2d9e013670265223046a17f Mon Sep 17 00:00:00 2001 From: vempo Date: Wed, 18 Jul 2018 17:10:01 +0300 Subject: Modules built together use same snapshot version All modules built together that depend on a snapshot version must refer to exactly the same version either via the parent pom's version, or ${project.version}. Otherwise, timestamped snapshot versions cannot be correctly resolved in some cases (depending on time that passed between builds). Change-Id: If4d57760899e6efe783fd9dc20343cc7ce89ad36 Issue-ID: SDC-1065 Signed-off-by: vempo --- .../openecomp-sdc-validation-core/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-core') diff --git a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-core/pom.xml b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-core/pom.xml index a05fb01bd7..16c081dd5e 100644 --- a/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-core/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-validation-lib/openecomp-sdc-validation-core/pom.xml @@ -56,14 +56,8 @@ org.onap.sdc.common onap-configuration-management-core - ${openecomp.sdc.common.version} + ${project.version} runtime - - - org.slf4j - slf4j-log4j12 - - org.openecomp.sdc.core -- cgit 1.2.3-korg