From 008c0adc3712ba0aee6410e8cd7efc61f4cbeeac Mon Sep 17 00:00:00 2001 From: "puthuparambil.aditya" Date: Mon, 14 Dec 2020 15:46:30 +0000 Subject: Few Sonar Fixes Add spock-spring testing Issue-ID: CPS-89 Signed-off-by: puthuparambil.aditya Change-Id: I1e12fb56916e2123fc1d29bdf1524accbb9eeffd --- cps-rest/pom.xml | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'cps-rest/pom.xml') diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index 3a82ca377..f2f643ac2 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -54,17 +54,6 @@ org.modelmapper modelmapper - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.vintage - junit-vintage-engine - - - org.codehaus.groovy @@ -76,11 +65,27 @@ spock-core test + + org.spockframework + spock-spring + test + cglib cglib-nodep test + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + -- cgit 1.2.3-korg