From fa9a80d8038f2ccdaa59271258d257808677693f Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 8 Oct 2024 14:53:02 +0200 Subject: [PATCH] GH-3020 Make Kotlin dependency optional Resolves #3020 --- core/spring-cloud-stream/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/spring-cloud-stream/pom.xml b/core/spring-cloud-stream/pom.xml index ebebd5511..557d189a3 100644 --- a/core/spring-cloud-stream/pom.xml +++ b/core/spring-cloud-stream/pom.xml @@ -89,10 +89,12 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 + true com.fasterxml.jackson.datatype jackson-datatype-jsr310 + true