From 1acf78fb64d94d71265330bebf4652dcd3a49173 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Tue, 30 Jul 2019 15:03:54 +0200 Subject: [PATCH] Add dependency management for Kotlin Coroutines See gh-17701 --- spring-boot-project/spring-boot-dependencies/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 0f7296334a..23af225eb3 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -51,6 +51,7 @@ 3.9 1.6 2.7.0 + 1.3.0-RC 2.7.7 2.1.0 10.14.2.0 @@ -2595,6 +2596,13 @@ import pom + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + ${coroutines.version} + import + pom + org.jolokia jolokia-core