Skip to content

Commit d9326ad

Browse files
committed
Adding kotlin-stdlib-jdk8 depedency in spring-cloud-stream-integration-tests
1 parent 723f44d commit d9326ad

File tree

1 file changed

+5
-1
lines changed
  • core/spring-cloud-stream-integration-tests

1 file changed

+5
-1
lines changed

core/spring-cloud-stream-integration-tests/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,13 @@
4343
<dependency>
4444
<groupId>org.jetbrains.kotlin</groupId>
4545
<artifactId>kotlin-test</artifactId>
46-
<!-- <version>${kotlin.version}</version>-->
4746
<scope>test</scope>
4847
</dependency>
48+
<dependency>
49+
<groupId>org.jetbrains.kotlin</groupId>
50+
<artifactId>kotlin-stdlib-jdk8</artifactId>
51+
<optional>true</optional>
52+
</dependency>
4953
</dependencies>
5054

5155
<build>

0 commit comments

Comments
 (0)