From d9326ada75d347db766639989793569f83dd2c34 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 14 Oct 2024 12:33:23 -0400 Subject: [PATCH] Adding kotlin-stdlib-jdk8 depedency in spring-cloud-stream-integration-tests --- core/spring-cloud-stream-integration-tests/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml index 54f92757e..f124b0e87 100644 --- a/core/spring-cloud-stream-integration-tests/pom.xml +++ b/core/spring-cloud-stream-integration-tests/pom.xml @@ -43,9 +43,13 @@ org.jetbrains.kotlin kotlin-test - test + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + true +