From 2da911f8ba408fbbf3d7639796208078fac28e32 Mon Sep 17 00:00:00 2001 From: vempo Date: Thu, 1 Nov 2018 20:27:39 +0200 Subject: Sorted out unit-test libraries in onboarding Fixed scope, removed junit+tesng combinations, deleted commented-out tests, did minor cleanups. Change-Id: I71d0adf5c1c95435987dbb8b4077cc43bdf09df8 Issue-ID: SDC-1886 Signed-off-by: vempo --- .../openecomp-sdc-translator-api/pom.xml | 21 ++++++++++++++++ .../openecomp-sdc-translator-core/pom.xml | 28 +++++++++++++--------- 2 files changed, 38 insertions(+), 11 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib') diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml index f12d9d74e4..beb7506991 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-api/pom.xml @@ -1,3 +1,19 @@ + + @@ -57,6 +73,11 @@ onap-configuration-management-api ${project.version} + + org.projectlombok + lombok + provided + diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml index 0ab79fb52d..862615fd5a 100644 --- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/pom.xml @@ -1,3 +1,19 @@ + + @@ -28,15 +44,12 @@ junit junit - ${junit.version} test - org.mockito - mockito-all + mockito-core test - ${mockito.all.version} org.openecomp.sdc.core @@ -83,13 +96,6 @@ org.apache.maven.plugins maven-surefire-plugin ${mvn.surefire.version} - - - org.apache.maven.surefire - surefire-junit47 - ${mvn.surefire.version} - - classes 1 -- cgit 1.2.3-korg