From 03fb4087901e4cf56b02f6a9456d987f28844a2f Mon Sep 17 00:00:00 2001 From: vempo Date: Sat, 17 Nov 2018 18:58:36 +0200 Subject: Unit-tests for mappers in item services Change-Id: I44b2574a70f6ad357dd0528f9bf4b3608ec33063 Issue-ID: SDC-1917 Signed-off-by: vempo --- .../openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml index 973c0a610d..d54fc79e2e 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml @@ -52,7 +52,11 @@ org.springframework spring-context - ${spring.framework.version} + + + junit + junit + test -- cgit 1.2.3-korg