From d47717f375f14f371c452d88c4414778771b1fde Mon Sep 17 00:00:00 2001 From: Gabriele-Cardosi Date: Wed, 29 Jan 2025 17:21:44 +0100 Subject: [PATCH] [incubator-kie-issues#1783] Excluding junit-platform-launcher from spring-kafka-test to avoid version misalignment and consequent method not found exception --- .../process-kafka-multi-springboot/pom.xml | 6 ++++++ .../process-kafka-quickstart-springboot/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml b/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml index 29b53f1f1a..dd61617c4d 100644 --- a/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml +++ b/kogito-springboot-examples/process-kafka-multi-springboot/pom.xml @@ -82,6 +82,12 @@ org.springframework.kafka spring-kafka-test + + + org.junit.platform + junit-platform-launcher + + test diff --git a/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml b/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml index 414231c69f..7e225fa351 100644 --- a/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml +++ b/kogito-springboot-examples/process-kafka-quickstart-springboot/pom.xml @@ -82,6 +82,12 @@ org.springframework.kafka spring-kafka-test + + + org.junit.platform + junit-platform-launcher + + test