Skip to content

Commit

Permalink
Adding kotlin-stdlib-jdk8 depedency in spring-cloud-stream-integratio…
Browse files Browse the repository at this point in the history
…n-tests
  • Loading branch information
sobychacko committed Oct 14, 2024
1 parent 723f44d commit d9326ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/spring-cloud-stream-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
<!-- <version>${kotlin.version}</version>-->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit d9326ad

Please sign in to comment.