From: Fiete Ostkamp Date: Thu, 5 Jun 2025 08:42:48 +0000 (+0200) Subject: Tests are not being executed due to missing junit-vintage-engine dependency X-Git-Tag: 1.12.3^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F141098%2F1;p=so%2Fadapters%2Fso-cnf-adapter.git 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 --- 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