From afbc152ddf6664e4654f353af2a2ed6a1fbaea57 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Thu, 23 Aug 2018 23:34:05 -0400 Subject: Controller Blueprints Microservice Add Powermock compatable version in OpenJDK Ubuntu Machine for Spring boot 2 Junit testcase and clean maven dependencies Change-Id: Icac038b0d68fdd0edbb1aac9bc2bccb77d627289 Issue-ID: CCSDK-483 Signed-off-by: Brinda Santh --- ms/blueprintsprocessor/parent/pom.xml | 55 +++++++---------------------------- 1 file changed, 11 insertions(+), 44 deletions(-) (limited to 'ms/blueprintsprocessor/parent/pom.xml') diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 79039aa3b..ecd123da1 100644 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -2,6 +2,8 @@ + + org.powermock + powermock-api-mockito2 + 1.7.4 + test + org.jetbrains.kotlin kotlin-test @@ -175,52 +183,11 @@ - - org.apache.commons - commons-lang3 - - - commons-collections - commons-collections - - - commons-io - commons-io - - - org.apache.velocity - velocity - + - io.springfox - springfox-swagger2 - - - io.springfox - springfox-swagger-ui - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.jetbrains.kotlin - kotlin-test - ${kotlin.version} - test - - - io.projectreactor - reactor-test - test - - - org.jetbrains.kotlin - kotlin-stdlib-jdk8 - ${kotlin.version} + org.onap.ccsdk.apps.controllerblueprints + resource-dict -- cgit 1.2.3-korg