From 3b72874a95ce734f555334fb0fba987a069664d0 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Mon, 8 Jul 2019 08:51:50 +0000 Subject: Add validation of non referenced file in package Add the validation specified in SOL004, that all files in the package should be listed in the Manifest file. Fix Validator related Test class, adapting to the new validation. Create a manifest builder to help the tests. Fix minor typos. Update .gitignore to remove ajcore files. Change-Id: Ib9a99bf3d7905349e0ec8fef8fd960028bb83f8d Issue-ID: SDC-2412 Signed-off-by: andre.schmid --- .../backend/openecomp-sdc-vendor-software-product-manager/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml') 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 a259124d25..fd1b32c1d5 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 @@ -213,6 +213,12 @@ junit test + + org.hamcrest + hamcrest-library + ${hamcrest-all.version} + test + -- cgit 1.2.3-korg