From cc628e4c8258820e2fb0a47acdcc47c15a2b71bd Mon Sep 17 00:00:00 2001 From: vempo Date: Sat, 17 Nov 2018 22:18:53 +0200 Subject: Unit-tests in notification, validation, VLM Unit-tests for mappers in a few libraries. Change-Id: I250ff97e5dfe90fa05ec329e25cf6a14dac261f7 Issue-ID: SDC-1917 Signed-off-by: vempo --- .../openecomp-sdc-common-rest/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml index 8dd8f5d567..a6370b5740 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/openecomp-sdc-common-rest/pom.xml @@ -1,4 +1,20 @@ + + @@ -56,6 +72,11 @@ ${javax.servlet.version} provided + + junit + junit + test + \ No newline at end of file -- cgit 1.2.3-korg