commit | a80a2e20ab5414c35a948fd58613df33d3bee3d3 | [log] [tgz] |
---|---|---|
author | andre.schmid <andre.schmid@est.tech> | Thu Oct 10 17:39:03 2019 +0100 |
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | Wed Nov 20 17:23:14 2019 +0000 |
tree | d1cb11b1543c45f3f77762a0ce8b5f27de2f3590 | |
parent | 13af621442b4c74d9e63ede8e42dbae48aaa64c9 [diff] [blame] |
Validate non-mano software information artifact Change-Id: Ie9fabd6af821b830e211ff1068fb287357fd38ee Issue-ID: SDC-2619 Signed-off-by: andre.schmid <andre.schmid@est.tech>
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 8fb6a74..5cafdf5 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
@@ -225,6 +225,13 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.openecomp.sdc.be</groupId> + <artifactId>common-be</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> </dependencies> <properties>