diff --git a/testing-modules/junit-5/pom.xml b/testing-modules/junit-5/pom.xml index 63d766a469..90898ebb3f 100644 --- a/testing-modules/junit-5/pom.xml +++ b/testing-modules/junit-5/pom.xml @@ -105,6 +105,21 @@ + + org.codehaus.mojo + exec-maven-plugin + ${exec-maven-plugin.version} + + + + java + + + + + com.baeldung.TestLauncher + + org.apache.maven.plugins maven-surefire-report-plugin diff --git a/testing-modules/test-containers/pom.xml b/testing-modules/test-containers/pom.xml index 3fad49edca..2280a89b4a 100644 --- a/testing-modules/test-containers/pom.xml +++ b/testing-modules/test-containers/pom.xml @@ -79,22 +79,6 @@ true - - - org.codehaus.mojo - exec-maven-plugin - - - - java - - - - - com.baeldung.TestLauncher - - -