From 3c70c04806100ba1d94172078ced90cea2253c33 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 cfca543d9..6b0e54b73 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