X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cps-application%2Fpom.xml;h=53ba1c965804abbea846dfc470d264120b5e73de;hb=0d6bbae9baa4531f5b5c3009fa72e691cf30fe41;hp=d64a3bfbf72ecd581dab19203a44ca70389d6646;hpb=99f0f0be7cc540dd32aacc770468d73444bcfb18;p=cps.git diff --git a/cps-application/pom.xml b/cps-application/pom.xml index d64a3bfbf..53ba1c965 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -36,7 +36,7 @@ org.onap.cps.Application ${project.version} 2.6.0 - 0.0 + 0.7 nexus3.onap.org:10003/onap/ @@ -51,6 +51,14 @@ + + org.springframework.boot + spring-boot-starter-jetty + + + org.springframework.boot + spring-boot-starter-security + org.springframework.boot spring-boot-starter-actuator @@ -59,6 +67,43 @@ org.springframework.cloud spring-cloud-starter-sleuth + + + org.springframework.security + spring-security-test + test + + + org.codehaus.groovy + groovy + test + + + org.spockframework + 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 + + +