From 430315ac3ff6d557a128b8611a2e7a30ca757a86 Mon Sep 17 00:00:00 2001 From: Tomasz Golabek Date: Wed, 7 Aug 2019 15:35:28 +0200 Subject: Additional unit tests Tests for conflict-api mostly bean matchers for getters and setters Change-Id: I924b17986dfbc419da391fae0d33bb458d97f465 Issue-ID: SDC-2326 Signed-off-by: Tomasz Golabek --- .../openecomp-conflict-api/pom.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'openecomp-be/lib/openecomp-conflict-lib/openecomp-conflict-api/pom.xml') diff --git a/openecomp-be/lib/openecomp-conflict-lib/openecomp-conflict-api/pom.xml b/openecomp-be/lib/openecomp-conflict-lib/openecomp-conflict-api/pom.xml index 07dcf6c144..f4ec39ef55 100644 --- a/openecomp-be/lib/openecomp-conflict-lib/openecomp-conflict-api/pom.xml +++ b/openecomp-be/lib/openecomp-conflict-lib/openecomp-conflict-api/pom.xml @@ -13,6 +13,9 @@ openecomp-conflict-api + + 2.0.0.0 + @@ -30,8 +33,18 @@ openecomp-sdc-versioning-api ${project.version} + + junit + junit + ${junit.version} + test + + + com.google.code.bean-matchers + bean-matchers + ${bean-matchers.version} + test + - - \ No newline at end of file -- cgit 1.2.3-korg