diff --git a/pom.xml b/pom.xml index 96bf09a..f08b3b5 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,8 @@ 3.7.1 9.3.9.0 2.9.0 - 4.13.2 + 5.10.2 + 1.10.2 2.7.3 2.23.1 2.0.2-beta @@ -88,16 +89,30 @@ log4j-slf4j2-impl test + + org.junit.jupiter + junit-jupiter-engine + test + + + org.junit.vintage + junit-vintage-engine + test + + + org.junit.platform + junit-platform-launcher + test + + + org.junit.platform + junit-platform-runner + test + - - junit - junit - ${junit.version} - test - org.mockito mockito-all @@ -134,6 +149,26 @@ json-path ${json-path.version} + + org.junit.jupiter + junit-jupiter-engine + ${junit.version} + + + org.junit.vintage + junit-vintage-engine + ${junit.version} + + + org.junit.platform + junit-platform-launcher + ${junit.platform.version} + + + org.junit.platform + junit-platform-runner + ${junit.platform.version} + org.slf4j slf4j-api diff --git a/webmagic-core/pom.xml b/webmagic-core/pom.xml index 877124f..9f2eda7 100644 --- a/webmagic-core/pom.xml +++ b/webmagic-core/pom.xml @@ -15,11 +15,6 @@ httpclient - - junit - junit - - org.apache.commons commons-lang3 diff --git a/webmagic-extension/pom.xml b/webmagic-extension/pom.xml index 8d2c070..b729223 100644 --- a/webmagic-extension/pom.xml +++ b/webmagic-extension/pom.xml @@ -35,10 +35,6 @@ webmagic-core ${project.version} - - junit - junit - diff --git a/webmagic-samples/pom.xml b/webmagic-samples/pom.xml index 9de8bcb..41a4b7b 100644 --- a/webmagic-samples/pom.xml +++ b/webmagic-samples/pom.xml @@ -20,10 +20,6 @@ webmagic-extension ${project.version} - - junit - junit - org.mapdb mapdb diff --git a/webmagic-saxon/pom.xml b/webmagic-saxon/pom.xml index 28b9210..930f5b3 100644 --- a/webmagic-saxon/pom.xml +++ b/webmagic-saxon/pom.xml @@ -23,10 +23,6 @@ net.sf.saxon Saxon-HE - - junit - junit - diff --git a/webmagic-scripts/pom.xml b/webmagic-scripts/pom.xml index aa5a479..676ffd1 100644 --- a/webmagic-scripts/pom.xml +++ b/webmagic-scripts/pom.xml @@ -38,11 +38,6 @@ commons-cli commons-cli - - junit - junit - test - ${project.groupId} webmagic-core diff --git a/webmagic-selenium/pom.xml b/webmagic-selenium/pom.xml index 87de28e..86b65da 100644 --- a/webmagic-selenium/pom.xml +++ b/webmagic-selenium/pom.xml @@ -23,10 +23,6 @@ com.github.detro phantomjsdriver - - junit - junit -