We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723f44d commit d9326adCopy full SHA for d9326ad
core/spring-cloud-stream-integration-tests/pom.xml
@@ -43,9 +43,13 @@
43
<dependency>
44
<groupId>org.jetbrains.kotlin</groupId>
45
<artifactId>kotlin-test</artifactId>
46
-<!-- <version>${kotlin.version}</version>-->
47
<scope>test</scope>
48
</dependency>
+ <dependency>
49
+ <groupId>org.jetbrains.kotlin</groupId>
50
+ <artifactId>kotlin-stdlib-jdk8</artifactId>
51
+ <optional>true</optional>
52
+ </dependency>
53
</dependencies>
54
55
<build>
0 commit comments