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-enrichment-impl/pom.xml | 37 +++++++++++----------- 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml') diff --git a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml index b878d64079..0c52ea62d0 100644 --- a/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml +++ b/openecomp-be/lib/openecomp-sdc-enrichment-lib/openecomp-sdc-enrichment-impl/pom.xml @@ -1,3 +1,19 @@ + + @@ -24,23 +40,9 @@ onap-tosca-datatype ${project.version} - - - org.testng - testng - test - ${testng.version} - - - snakeyaml - org.yaml - - - junit junit - ${junit.version} test @@ -65,9 +67,8 @@ org.mockito - mockito-all + mockito-core test - ${mockito.all.version} org.openecomp.sdc.core @@ -95,16 +96,16 @@ ${project.version} - runtime org.openecomp.sdc openecomp-sdc-vendor-software-product-core ${project.version} + runtime - test org.openecomp.sdc openecomp-sdc-model-impl ${project.version} + test -- cgit 1.2.3-korg