From 15788eca6a7edd57d80ce0e6b2cfe3c7e6a7de25 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Sun, 30 Jan 2022 10:47:35 -0500 Subject: [PATCH] Restore org.testcontainers:junit-jupiter dep Some of the modules rely on the JUnit support or Testscontainers --- spring-functions-parent/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-functions-parent/pom.xml b/spring-functions-parent/pom.xml index 36897d96..43968e51 100644 --- a/spring-functions-parent/pom.xml +++ b/spring-functions-parent/pom.xml @@ -67,6 +67,12 @@ test + + org.testcontainers + junit-jupiter + test + + org.testcontainers testcontainers