From c6ffd3c2cbca242a451c041743fea7af6fe2d0c5 Mon Sep 17 00:00:00 2001 From: "Muthuramalingam, Brinda Santh(bs2796)" Date: Sat, 10 Nov 2018 11:54:05 -0500 Subject: Controller Design Studio Upgrade Spring Boot and Kotlin versions. Change-Id: If0d7d0f476d8cfd23916013ff1ab554b26bc6b7a Issue-ID: CCSDK-658 Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) --- ms/blueprintsprocessor/.gitignore | 1 + ms/blueprintsprocessor/application/pom.xml | 2 +- ms/blueprintsprocessor/modules/commons/pom.xml | 2 +- ms/blueprintsprocessor/modules/pom.xml | 6 +---- ms/blueprintsprocessor/parent/pom.xml | 31 ++++++++++++++++++-------- 5 files changed, 26 insertions(+), 16 deletions(-) (limited to 'ms') diff --git a/ms/blueprintsprocessor/.gitignore b/ms/blueprintsprocessor/.gitignore index 8dd19d0d3..b25ff7b05 100644 --- a/ms/blueprintsprocessor/.gitignore +++ b/ms/blueprintsprocessor/.gitignore @@ -22,6 +22,7 @@ **/*.iml **/*.project **/.springBeans +**/.directory **/*versionsBackup **/blackDuckHub* diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 8a93df356..0fe62e9ee 100644 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -60,7 +60,7 @@ org.jetbrains.kotlin - kotlin-test + kotlin-test-junit test diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index a2e7c78b1..299a87d6d 100644 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -49,7 +49,7 @@ org.jetbrains.kotlin - kotlin-test + kotlin-test-junit test diff --git a/ms/blueprintsprocessor/modules/pom.xml b/ms/blueprintsprocessor/modules/pom.xml index 8a57da2cd..93f312b8f 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -38,10 +38,6 @@ inbounds - - 1.2.60 - - org.powermock @@ -55,7 +51,7 @@ org.jetbrains.kotlin - kotlin-test + kotlin-test-junit test diff --git a/ms/blueprintsprocessor/parent/pom.xml b/ms/blueprintsprocessor/parent/pom.xml index 625216e8b..fd32ae120 100644 --- a/ms/blueprintsprocessor/parent/pom.xml +++ b/ms/blueprintsprocessor/parent/pom.xml @@ -29,13 +29,15 @@ Blueprints Processor Parent Blueprints Processor Parent - 0.3.1-SNAPSHOT - 2.0.4.RELEASE - 5.0.8.RELEASE - 1.2.60 + 2.0.6.RELEASE + 5.0.10.RELEASE + 1.3.0 + 1.0.1 1.0.0 + 26.0-jre 2.9.2 1.4.197 + 1.7.4 @@ -61,6 +63,16 @@ kotlin-stdlib ${kotlin.version} + + org.jetbrains.kotlin + kotlinx-couroutines-core + ${kotlin.couroutines.version} + + + org.jetbrains.kotlin + kotlin-reflect + ${kotlin.version} + org.jetbrains.kotlin kotlin-stdlib-jdk8 @@ -68,10 +80,11 @@ org.jetbrains.kotlin - kotlin-reflect + kotlin-stdlib-jdk7 ${kotlin.version} + org.onap.ccsdk.apps.blueprintsprocessor @@ -118,7 +131,7 @@ org.onap.ccsdk.apps.controllerblueprints resource-dict - ${controllerblueprints.version} + ${project.version} @@ -157,7 +170,7 @@ com.google.guava guava - 26.0-jre + ${guava.version} @@ -170,12 +183,12 @@ org.powermock powermock-api-mockito2 - 1.7.4 + ${powermock.version} test org.jetbrains.kotlin - kotlin-test + kotlin-test-junit ${kotlin.version} test -- cgit 1.2.3-korg