diff options
author | Adam Wudzinski <adam.wudzinski@nokia.com> | 2020-12-02 18:07:22 +0100 |
---|---|---|
committer | Maciej Malewski <maciej.malewski@nokia.com> | 2020-12-03 16:23:32 +0100 |
commit | 5700275b3e147e0053ae7872271a9f2fbfa13e06 (patch) | |
tree | 4659630516c209ca79148bb15c8a4b978eec6f19 /openecomp-be/backend/openecomp-sdc-vendor-software-product-manager | |
parent | 562577c33c08d1c6716676d6d7501693b08b9f21 (diff) |
[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 <adam.wudzinski@nokia.com>
Change-Id: I6f6bb196ef061419a309a8ded5fdbe116982a037
Diffstat (limited to 'openecomp-be/backend/openecomp-sdc-vendor-software-product-manager')
-rw-r--r-- | openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <groupId>org.onap.vnfsdk.validation</groupId> <artifactId>validation-pmdictionary</artifactId> <version>${onap.vnfsdk.validation.pmdictionary.version}</version> + <exclusions> + <exclusion> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> |