From d8906a0cc7fcc302020e983fdfade2758663ba4d Mon Sep 17 00:00:00 2001 From: avigaffa Date: Sun, 18 Nov 2018 16:01:07 +0200 Subject: error when trying to archive\restore fix bug: getting server error when trying to archive\restore VLM\VSP Change-Id: I7abefd2d8ac368d590329071a56f200c203cf966 Issue-ID: SDC-1667 Signed-off-by: avigaffa --- .../item-rest/item-rest-services/pom.xml | 20 +++++++++++++++++++- 1 file changed, 19 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 d54fc79e2e..a389560065 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 @@ -53,12 +53,30 @@ org.springframework spring-context + + com.fasterxml.jackson.core + jackson-core + junit junit test + + org.mockito + mockito-core + test + + + com.github.tomakehurst + wiremock + test + + + org.projectlombok + lombok + provided + - \ No newline at end of file -- cgit 1.2.3-korg