From e4d1a9286404a07f90287def408e7b676d86f52d 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/application/pom.xml | 22 +++++++++ .../modules/commons/core/pom.xml | 6 +-- ms/blueprintsprocessor/modules/pom.xml | 19 ++++++-- ms/blueprintsprocessor/parent/pom.xml | 55 +++++----------------- ms/controllerblueprints/application/pom.xml | 18 +++++-- ms/controllerblueprints/modules/core/pom.xml | 11 +++++ .../modules/resource-dict/pom.xml | 7 +++ ms/controllerblueprints/modules/service/pom.xml | 17 +++++++ ms/controllerblueprints/parent/pom.xml | 40 +++++++--------- 9 files changed, 117 insertions(+), 78 deletions(-) diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 1412ecae..c7f15ea9 100644 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/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 diff --git a/ms/controllerblueprints/application/pom.xml b/ms/controllerblueprints/application/pom.xml index 4e781ad1..38f81c16 100644 --- a/ms/controllerblueprints/application/pom.xml +++ b/ms/controllerblueprints/application/pom.xml @@ -2,6 +2,8 @@ + + org.powermock + powermock-api-mockito2 + test + org.springframework.boot spring-boot-starter-test test + + org.jetbrains.kotlin + kotlin-test + test + + + io.projectreactor + reactor-test + test + diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index e48c1134..19e55fe0 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -2,6 +2,8 @@ @@ -144,6 +141,20 @@ resource-dict ${project.version} + + + + org.powermock + powermock-api-mockito2 + 1.7.4 + test + + + org.jetbrains.kotlin + kotlin-test + ${kotlin.version} + test + @@ -188,25 +199,8 @@ com.fasterxml.jackson.module jackson-module-kotlin - - - junit - junit - test - - - org.jetbrains.kotlin - kotlin-test - test - - - io.projectreactor - reactor-test - test - - -- cgit 1.2.3-korg