From c4dcf1aac48980494d95a5640a7ab7a3c2d345d5 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) --- components/parent/pom.xml | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) (limited to 'components/parent') diff --git a/components/parent/pom.xml b/components/parent/pom.xml index 7377e7658..7308e9d2a 100644 --- a/components/parent/pom.xml +++ b/components/parent/pom.xml @@ -16,7 +16,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.onap.ccsdk.apps @@ -28,14 +29,16 @@ App Components Parent pom - 2.0.5.RELEASE - 5.0.8.RELEASE - 1.2.70 + 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.2.2 + 1.7.4 @@ -103,6 +106,11 @@ kotlin-stdlib ${kotlin.version} + + org.jetbrains.kotlin + kotlinx-couroutines-core + ${kotlin.couroutines.version} + org.jetbrains.kotlin kotlin-reflect @@ -113,6 +121,11 @@ kotlin-stdlib-jdk8 ${kotlin.version} + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + ${kotlin.version} + @@ -129,16 +142,6 @@ core ${project.version} - - org.onap.ccsdk.apps.controllerblueprints - service - ${project.version} - - - org.onap.ccsdk.apps.controllerblueprints - application - ${project.version} - org.onap.ccsdk.apps.controllerblueprints resource-dict @@ -149,12 +152,12 @@ org.powermock powermock-api-mockito2 - 1.7.4 + ${powermock.version} test org.jetbrains.kotlin - kotlin-test + kotlin-test-junit ${kotlin.version} test @@ -173,7 +176,7 @@ org.apache.commons commons-lang3 - + commons-collections commons-collections @@ -186,11 +189,10 @@ com.jayway.jsonpath json-path - - com.google.guava - guava - 26.0-jre - + + com.google.guava + guava + io.springfox springfox-swagger2 -- cgit 1.2.3-korg