From 6d6ebf223769c2bd1c0a489ddb32ea4e8691fd3f Mon Sep 17 00:00:00 2001 From: larsk21 <57503246+larsk21@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:58:48 +0100 Subject: [PATCH] add missing JUnit dependencies --- pom.xml | 12 +++++++++++- views/pom.xml | 10 ++++++++++ vsum/pom.xml | 15 +++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a1eb8180f..1e6c199cc 100644 --- a/pom.xml +++ b/pom.xml @@ -203,13 +203,23 @@ org.junit.jupiter junit-jupiter-api - 5.10.1 + 5.11.3 org.junit.jupiter junit-jupiter-params 5.11.3 + + org.junit.platform + junit-platform-commons + 1.11.3 + + + org.junit.platform + junit-platform-launcher + 1.11.3 + sdq-commons edu.kit.ipd.sdq.commons.util.emf diff --git a/views/pom.xml b/views/pom.xml index a8c8940e8..aa0e68e75 100644 --- a/views/pom.xml +++ b/views/pom.xml @@ -107,6 +107,16 @@ junit-jupiter-params test + + org.junit.platform + junit-platform-commons + test + + + org.junit.platform + junit-platform-launcher + test + sdq-commons edu.kit.ipd.sdq.commons.util.java diff --git a/vsum/pom.xml b/vsum/pom.xml index 816924bd1..445e8e997 100644 --- a/vsum/pom.xml +++ b/vsum/pom.xml @@ -128,6 +128,21 @@ junit-jupiter-api test + + org.junit.jupiter + junit-jupiter-params + test + + + org.junit.platform + junit-platform-commons + test + + + org.junit.platform + junit-platform-launcher + test + sdq-commons edu.kit.ipd.sdq.commons.util.java