From 21fce37677f5e24202ad23e4dca3edc5ed1b86d7 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Thu, 5 Jun 2025 10:42:48 +0200 Subject: [PATCH] Tests are not being executed due to missing junit-vintage-engine dependency - add missing junit-vintage-engine dependency in order to enable tests again Issue-ID: SO-4162 Change-Id: I9b2b172921893ba5c6b0c3b6c73ac0eb984a3c22 Signed-off-by: Fiete Ostkamp --- so-cnf-adapter-application/pom.xml | 5 +++++ so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml | 5 +++++ so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml | 5 +++++ so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml | 5 +++++ 4 files changed, 20 insertions(+) diff --git a/so-cnf-adapter-application/pom.xml b/so-cnf-adapter-application/pom.xml index d93eac8..b745c59 100755 --- a/so-cnf-adapter-application/pom.xml +++ b/so-cnf-adapter-application/pom.xml @@ -143,6 +143,11 @@ spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test + org.apache.httpcomponents httpclient diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml index 797d62f..d183161 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-bpmn-flows/pom.xml @@ -90,6 +90,11 @@ h2 test + + org.junit.vintage + junit-vintage-engine + test + org.hamcrest hamcrest diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml index 57d2c93..afa923b 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-database-service/pom.xml @@ -33,6 +33,11 @@ spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test + nl.jqno.equalsverifier equalsverifier diff --git a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml index 99bfe5d..a683ef6 100644 --- a/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml +++ b/so-cnfm/so-cnfm-lcm/so-cnfm-lcm-service/pom.xml @@ -60,6 +60,11 @@ junit test + + org.junit.vintage + junit-vintage-engine + test + com.h2database h2 -- 2.16.6