From 51248b33cabed8ad511355523ea81fcd823a65e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Fri, 19 May 2023 14:33:58 +0200 Subject: [PATCH] Mark the junit-platform-launcher dependency as provided Integrations like the Maven plugin or Gradle plugin are supposed to add this dependency in the correct version that is also used for the remaining platform artifacts on the SUT classpath --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6a9876f..2bd5f2a 100755 --- a/pom.xml +++ b/pom.xml @@ -169,6 +169,7 @@ org.junit.platform junit-platform-launcher ${junit.platform.version} + provided org.junit.jupiter