From 728fce63317a70120635fd2082581415c2ed4de2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 4 Sep 2019 11:53:14 +0200 Subject: [PATCH] DATACASS-685 - Polishing. Inherit dependency-management for Kotlin Coroutines. Original pull request: #164. --- spring-data-cassandra/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index ddf71bf82..63636e98e 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -192,14 +192,12 @@ org.jetbrains.kotlinx kotlinx-coroutines-core - ${kotlin-coroutines} true org.jetbrains.kotlinx kotlinx-coroutines-reactor - ${kotlin-coroutines} true