aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/pom.xml
diff options
context:
space:
mode:
authorAdam Wudzinski <adam.wudzinski@nokia.com>2020-12-02 18:07:22 +0100
committerMaciej Malewski <maciej.malewski@nokia.com>2020-12-03 16:23:32 +0100
commit5700275b3e147e0053ae7872271a9f2fbfa13e06 (patch)
tree4659630516c209ca79148bb15c8a4b978eec6f19 /catalog-be/pom.xml
parent562577c33c08d1c6716676d6d7501693b08b9f21 (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 'catalog-be/pom.xml')
-rw-r--r--catalog-be/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml
index 399e45c0ca..fd25bc2956 100644
--- a/catalog-be/pom.xml
+++ b/catalog-be/pom.xml
@@ -781,6 +781,17 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <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>
<build>