From a094dbaa697b06b640deae5e2b083f89b4637310 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 2 Oct 2018 16:44:24 +1000 Subject: [PATCH] fix osgi tests not running as paxexam is not junit5 ready (#2945) * fix osgi tests not running as paxexam is not junit5 ready Signed-off-by: olivier lamy * upgrade pax exam to 4.12.0 Signed-off-by: olivier lamy * cleanup comment, using transitive deps from pax-exam-junit4 Signed-off-by: olivier lamy --- jetty-osgi/test-jetty-osgi/pom.xml | 21 +++++++++------------ pom.xml | 7 ------- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 921948f8ea6..40340aa2fbb 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -14,7 +14,7 @@ ${project.groupId}.boot.test.osgi http://download.eclipse.org/jetty/orbit/ target/distribution - 4.11.0 + 4.12.0 2.5.2 1.0 true @@ -45,15 +45,6 @@ pax-exam-junit4 ${exam.version} test - - org.ops4j.pax.exam @@ -405,13 +396,11 @@ org.ow2.asm asm - ${asm.version} test org.ow2.asm asm-commons - ${asm.version} test @@ -438,6 +427,14 @@ ${settings.localRepository} + + + + org.apache.maven.surefire + surefire-junit47 + ${maven.surefire.version} + + diff --git a/pom.xml b/pom.xml index 4df812973df..fae174072ef 100644 --- a/pom.xml +++ b/pom.xml @@ -469,13 +469,6 @@ org.apache.maven.plugins maven-failsafe-plugin ${maven.surefire.version} - - - org.junit.jupiter - junit-jupiter-engine - ${junit.version} - - org.apache.maven.plugins