From 1b265619f340106696c9bbff76ea97c34bae69c9 Mon Sep 17 00:00:00 2001 From: Nikita Karpuk Date: Sun, 23 Apr 2023 14:00:42 +0200 Subject: [PATCH 1/2] Fix pom.xml formatting --- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index ce942b4..e294a36 100644 --- a/pom.xml +++ b/pom.xml @@ -21,18 +21,18 @@ 2.35.0 1.18.0 5.9.2 - github + github - - org.testcontainers - testcontainers-bom - ${testcontainers.version} - pom - import - + + org.testcontainers + testcontainers-bom + ${testcontainers.version} + pom + import + @@ -124,7 +124,7 @@ - + org.apache.maven.plugins maven-release-plugin @@ -146,14 +146,14 @@ - + scm:git:git://github.com/wiremock/wiremock-testcontainers-java.git scm:git:https://github.com/wiremock/wiremock-testcontainers-java.git https://github.com/wiremock/wiremock-testcontainers-java ${scmTag} - + github From 33ee1bd90305cad9e51ad0eb6ef181294540cd36 Mon Sep 17 00:00:00 2001 From: Nikita Karpuk Date: Sun, 23 Apr 2023 14:17:05 +0200 Subject: [PATCH 2/2] Enable execution of Junit4 and Junit5 together --- pom.xml | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e294a36..e28d2cb 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ 2.35.0 1.18.0 5.9.2 + 3.24.2 github @@ -33,6 +34,20 @@ pom import + + org.junit + junit-bom + ${junit.version} + pom + import + + + org.assertj + assertj-bom + ${assertj.version} + pom + import + @@ -40,12 +55,25 @@ org.testcontainers testcontainers - ${testcontainers.version} + + + org.testcontainers + junit-jupiter + test + + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.vintage + junit-vintage-engine + test org.assertj assertj-core - 3.24.2 test