This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new eece12d5 try to remove junit-vintage-engine dep (#534)
eece12d5 is described below

commit eece12d57e26fbf69c37d984cface84b6efce458
Author: PJ Fanning <[email protected]>
AuthorDate: Mon May 25 20:06:07 2026 +0100

    try to remove junit-vintage-engine dep (#534)
---
 build.sbt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 8efa0daa..7b977721 100644
--- a/build.sbt
+++ b/build.sbt
@@ -125,7 +125,6 @@ lazy val `java-tests` = project
     resolvers ++= ResolverSettings.testSpecificResolvers,
     libraryDependencies ++= Dependencies.testDependencies,
     libraryDependencies ++= Seq(
-      "org.junit.vintage" % "junit-vintage-engine" % 
JupiterKeys.junitVintageVersion.value % Test,
       "com.github.sbt.junit" % "jupiter-interface" % 
JupiterKeys.jupiterVersion.value % Test),
     publish / skip := true,
     Test / compileOrder := CompileOrder.ScalaThenJava,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to