Skip to content

Commit

Permalink
GH-3020 Make Kotlin dependency optional
Browse files Browse the repository at this point in the history
Resolves #3020
  • Loading branch information
olegz committed Oct 8, 2024
1 parent 4a2b67d commit fa9a80d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/spring-cloud-stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,12 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

Expand Down

0 comments on commit fa9a80d

Please sign in to comment.