summaryrefslogtreecommitdiffstats
path: root/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml
diff options
context:
space:
mode:
authorMaciej Malewski <maciej.malewski@nokia.com>2020-11-20 14:33:04 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2020-12-02 13:01:42 +0000
commit8f3f8797dc916be0215523fb3d36f020b4795089 (patch)
tree5d8c7966b669d90dc6123e830a19d652170eb47d /openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml
parentad99b805537fc8f3103fa5646abe5342924e10cd (diff)
Validate PMDictionary contents
Validate contents against schema for .csar packs compliant with NFV-SOL 004. Issue-ID: SDC-3390 Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com> Change-Id: Ib768821ad8215105ca4a33953fa9974a63ed76f7
Diffstat (limited to 'openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml')
-rw-r--r--openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml8
1 files changed, 8 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 a0bcc0f35e..98092c79fd 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
@@ -13,6 +13,9 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
+ * Modifications copyright (c) 2020 Nokia
+ * ================================================================================
+
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
@@ -204,6 +207,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.vnfsdk.validation</groupId>
+ <artifactId>validation-pmdictionary</artifactId>
+ <version>${onap.vnfsdk.validation.pmdictionary.version}</version>
+ </dependency>
</dependencies>