From 5700275b3e147e0053ae7872271a9f2fbfa13e06 Mon Sep 17 00:00:00 2001 From: Adam Wudzinski Date: Wed, 2 Dec 2020 18:07:22 +0100 Subject: [SDC] Validate PMDictionary content in Deployment artifacts tab Validate PMDictionary file content when adding or updating PMDictionary in Deployment artifacts tab. Fix dependencies conflict. Issue-ID: SDC-3390 Signed-off-by: Adam Wudzinski Change-Id: I6f6bb196ef061419a309a8ded5fdbe116982a037 --- .../backend/openecomp-sdc-vendor-software-product-manager/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml') diff --git a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml index 98092c79fd..e185f78229 100644 --- a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml @@ -211,6 +211,12 @@ org.onap.vnfsdk.validation validation-pmdictionary ${onap.vnfsdk.validation.pmdictionary.version} + + + org.apache.logging.log4j + log4j-slf4j-impl + + -- cgit 1.2.3-korg