Skip to content

Commit fa9a80d

Browse files
committed
GH-3020 Make Kotlin dependency optional
Resolves #3020
1 parent 4a2b67d commit fa9a80d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/spring-cloud-stream/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,12 @@
8989
<dependency>
9090
<groupId>org.jetbrains.kotlin</groupId>
9191
<artifactId>kotlin-stdlib-jdk8</artifactId>
92+
<optional>true</optional>
9293
</dependency>
9394
<dependency>
9495
<groupId>com.fasterxml.jackson.datatype</groupId>
9596
<artifactId>jackson-datatype-jsr310</artifactId>
97+
<optional>true</optional>
9698
</dependency>
9799
</dependencies>
98100

0 commit comments

Comments
 (0)