From cc78e0cd74b11e96d3f9c3e9fa60a7330c9f75b0 Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Wed, 21 Aug 2019 09:18:38 +0200 Subject: unit tests - sdc-common-rest Additional junit tests Change-Id: Ieeb6f02e1d5abf131882c530a0ba3a395d56c6cd Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek --- .../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 71552b75c4..c9c70ab804 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 @@ -27,6 +27,10 @@ 1.5.1-SNAPSHOT + + 2.22.2 + + org.openecomp.sdc @@ -77,6 +81,23 @@ junit test + + org.glassfish.jersey.core + jersey-common + ${jersey-common.version} + test + + + org.mockito + mockito-core + test + + + com.google.code.bean-matchers + bean-matchers + ${bean-matchers.version} + test + -- cgit 1.2.3-korg