diff options
author | Maciej Malewski <maciej.malewski@nokia.com> | 2020-12-10 14:38:00 +0100 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2020-12-17 14:55:21 +0000 |
commit | 1b44134b16ac74e8326ba14e1764a9023cc6f0cf (patch) | |
tree | 64e831c281abf51435d4684bca784a66355dab1f /integration-tests/pom.xml | |
parent | 0b42749241b257588a74bef1804deec581d2afc2 (diff) |
Integration tests for validating PM_Dictionary.
Checking compliance content of the PM_Dictionary file against it's schema.
Issue-ID: SDC-3390
Change-Id: I8e20f977c7d6838005bc84fc6c7c8ab197152a53
Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index c990ef2836..76b6b039d4 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -3,6 +3,7 @@ SDC ================================================================================ Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. +Modifications copyright (c) 2020 Nokia ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -105,6 +106,12 @@ limitations under the License. <scope>test</scope> </dependency> <dependency> + <groupId>org.openecomp.sdc</groupId> + <artifactId>openecomp-sdc-vendor-software-product-manager</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>com.aventstack</groupId> <artifactId>extentreports</artifactId> <version>3.0.6</version> |