From 3a5f6e7324f98ba1974c8c3ec9ced13fa023b0f6 Mon Sep 17 00:00:00 2001 From: Paul Ebermann Date: Wed, 23 Aug 2023 18:37:22 +0200 Subject: [PATCH] spring-boot-2-test: add a fixed version of junit4. This prevents Maven from trying to dynamically fetch a transitive dependency each time. --- nakadi-producer-starter-spring-boot-2-test/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/nakadi-producer-starter-spring-boot-2-test/pom.xml b/nakadi-producer-starter-spring-boot-2-test/pom.xml index 2c2d960..b6cfedc 100644 --- a/nakadi-producer-starter-spring-boot-2-test/pom.xml +++ b/nakadi-producer-starter-spring-boot-2-test/pom.xml @@ -58,6 +58,20 @@ system-rules 1.19.0 test + + + junit + junit-dep + + + + + + junit + junit-dep + 4.11 + test io.rest-assured