Skip to content

Commit

Permalink
Add kotlin stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
olegz committed Oct 28, 2024
1 parent 05de9a8 commit d84f6a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/spring-cloud-stream-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
<artifactId>spring-kafka</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test</artifactId>
Expand Down

0 comments on commit d84f6a4

Please sign in to comment.