From 0ae1bfedde54a50b2f6820a6a0ee63d1890e2f03 Mon Sep 17 00:00:00 2001 From: Krzysztof Woyke Date: Mon, 29 Mar 2021 18:57:35 +0200 Subject: [PATCH] JAVA-4931: Cleanup surefire config. Part 2. --- core-groovy-2/pom.xml | 2 -- core-groovy-collections/pom.xml | 2 -- core-java-modules/core-java-streams-3/pom.xml | 2 -- ddd-modules/mainapp/pom.xml | 1 - ddd/pom.xml | 9 --------- guava-modules/guava-collections-list/pom.xml | 8 -------- guava-modules/guava-collections-map/pom.xml | 8 -------- guava-modules/guava-collections-set/pom.xml | 8 -------- guava-modules/guava-collections/pom.xml | 8 -------- guava-modules/guava-io/pom.xml | 8 -------- guava-modules/guava-utilities/pom.xml | 8 -------- guava-modules/pom.xml | 11 +---------- jackson-modules/pom.xml | 10 ---------- jackson-simple/pom.xml | 8 -------- logging-modules/log-mdc/pom.xml | 8 -------- logging-modules/pom.xml | 10 ---------- persistence-modules/hibernate-libraries/pom.xml | 1 - quarkus/pom.xml | 3 --- spring-5/pom.xml | 1 - spring-core-3/pom.xml | 11 ----------- spring-core-4/pom.xml | 11 ----------- spring-web-modules/spring-mvc-basics-2/pom.xml | 9 --------- 22 files changed, 1 insertion(+), 146 deletions(-) diff --git a/core-groovy-2/pom.xml b/core-groovy-2/pom.xml index b1bfa19771..207c090615 100644 --- a/core-groovy-2/pom.xml +++ b/core-groovy-2/pom.xml @@ -115,7 +115,6 @@ maven-surefire-plugin - ${surefire.plugin.version} false @@ -186,7 +185,6 @@ 1.2.3 2.5.7 3.1.0 - 2.20.1 3.8.0 3.3.0-01 diff --git a/core-groovy-collections/pom.xml b/core-groovy-collections/pom.xml index 125dfca4c1..770bcc57d6 100644 --- a/core-groovy-collections/pom.xml +++ b/core-groovy-collections/pom.xml @@ -101,7 +101,6 @@ maven-surefire-plugin - ${surefire.plugin.version} false @@ -128,7 +127,6 @@ 2.4.0 1.1-groovy-2.4 1.6 - 2.20.1 diff --git a/core-java-modules/core-java-streams-3/pom.xml b/core-java-modules/core-java-streams-3/pom.xml index cbb7366a7d..6597c999d8 100644 --- a/core-java-modules/core-java-streams-3/pom.xml +++ b/core-java-modules/core-java-streams-3/pom.xml @@ -49,8 +49,6 @@ 3.6.1 - - 2.22.1 diff --git a/ddd-modules/mainapp/pom.xml b/ddd-modules/mainapp/pom.xml index 59d2ad7d3a..6b913df979 100644 --- a/ddd-modules/mainapp/pom.xml +++ b/ddd-modules/mainapp/pom.xml @@ -29,7 +29,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.16 true diff --git a/ddd/pom.xml b/ddd/pom.xml index 7d03208802..41fccc7d5f 100644 --- a/ddd/pom.xml +++ b/ddd/pom.xml @@ -99,15 +99,6 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - 1.0.1 diff --git a/guava-modules/guava-collections-list/pom.xml b/guava-modules/guava-collections-list/pom.xml index cc52a5d48b..78a4aeb8ea 100644 --- a/guava-modules/guava-collections-list/pom.xml +++ b/guava-modules/guava-collections-list/pom.xml @@ -66,14 +66,6 @@ true - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - diff --git a/guava-modules/guava-collections-map/pom.xml b/guava-modules/guava-collections-map/pom.xml index 82d634265b..f3f829f25f 100644 --- a/guava-modules/guava-collections-map/pom.xml +++ b/guava-modules/guava-collections-map/pom.xml @@ -38,14 +38,6 @@ true - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - diff --git a/guava-modules/guava-collections-set/pom.xml b/guava-modules/guava-collections-set/pom.xml index 8f58148e41..0e53527aef 100644 --- a/guava-modules/guava-collections-set/pom.xml +++ b/guava-modules/guava-collections-set/pom.xml @@ -37,14 +37,6 @@ guava-collections-set - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - diff --git a/guava-modules/guava-collections/pom.xml b/guava-modules/guava-collections/pom.xml index 53c55dc655..90ed99bab7 100644 --- a/guava-modules/guava-collections/pom.xml +++ b/guava-modules/guava-collections/pom.xml @@ -71,14 +71,6 @@ true - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - diff --git a/guava-modules/guava-io/pom.xml b/guava-modules/guava-io/pom.xml index 6b3280755c..b77bad575d 100644 --- a/guava-modules/guava-io/pom.xml +++ b/guava-modules/guava-io/pom.xml @@ -40,14 +40,6 @@ true - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - \ No newline at end of file diff --git a/guava-modules/guava-utilities/pom.xml b/guava-modules/guava-utilities/pom.xml index 0496f5b2e8..fd9523c224 100644 --- a/guava-modules/guava-utilities/pom.xml +++ b/guava-modules/guava-utilities/pom.xml @@ -52,14 +52,6 @@ true - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - diff --git a/guava-modules/pom.xml b/guava-modules/pom.xml index b625f9fd0f..4b84f616f3 100644 --- a/guava-modules/pom.xml +++ b/guava-modules/pom.xml @@ -46,17 +46,8 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - - - + 2.22.2 5.6.2 29.0-jre diff --git a/jackson-modules/pom.xml b/jackson-modules/pom.xml index 70b10e9554..819f11c110 100644 --- a/jackson-modules/pom.xml +++ b/jackson-modules/pom.xml @@ -50,16 +50,6 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - - - 5.6.2 diff --git a/jackson-simple/pom.xml b/jackson-simple/pom.xml index 761dca6afa..8dfd949166 100644 --- a/jackson-simple/pom.xml +++ b/jackson-simple/pom.xml @@ -51,14 +51,6 @@ true - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - diff --git a/logging-modules/log-mdc/pom.xml b/logging-modules/log-mdc/pom.xml index 5e2155fde9..a7cfd3faa8 100644 --- a/logging-modules/log-mdc/pom.xml +++ b/logging-modules/log-mdc/pom.xml @@ -95,14 +95,6 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - diff --git a/logging-modules/pom.xml b/logging-modules/pom.xml index b5354c7c23..85d5c18219 100644 --- a/logging-modules/pom.xml +++ b/logging-modules/pom.xml @@ -21,16 +21,6 @@ flogger - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - - - 5.6.2 diff --git a/persistence-modules/hibernate-libraries/pom.xml b/persistence-modules/hibernate-libraries/pom.xml index f67309cf43..053ad05167 100644 --- a/persistence-modules/hibernate-libraries/pom.xml +++ b/persistence-modules/hibernate-libraries/pom.xml @@ -175,7 +175,6 @@ 2.0.0 1.2.3 3.0.2 - 2.22.2 3.8.1 3.8.1 8.0.19 diff --git a/quarkus/pom.xml b/quarkus/pom.xml index 9c14afca3c..9826fd1034 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -97,7 +97,6 @@ maven-surefire-plugin - ${surefire-plugin.version} 1 true @@ -136,7 +135,6 @@ maven-failsafe-plugin - ${surefire-plugin.version} @@ -157,7 +155,6 @@ - 2.22.0 1.7.0.Final 5.6.0 diff --git a/spring-5/pom.xml b/spring-5/pom.xml index e368bcacba..082b1f8a87 100644 --- a/spring-5/pom.xml +++ b/spring-5/pom.xml @@ -142,7 +142,6 @@ 1.5.6 4.1 ${project.build.directory}/generated-snippets - 2.21.0 diff --git a/spring-core-3/pom.xml b/spring-core-3/pom.xml index 205259e8e4..618800529c 100644 --- a/spring-core-3/pom.xml +++ b/spring-core-3/pom.xml @@ -69,18 +69,7 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.surefire.version} - - - - - 2.22.1 1.3.2 2.2.2.RELEASE diff --git a/spring-core-4/pom.xml b/spring-core-4/pom.xml index df0b90fef2..d2e948c475 100644 --- a/spring-core-4/pom.xml +++ b/spring-core-4/pom.xml @@ -87,18 +87,7 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - ${maven.surefire.version} - - - - - 2.22.1 1.3.2 2.2.2.RELEASE 28.2-jre diff --git a/spring-web-modules/spring-mvc-basics-2/pom.xml b/spring-web-modules/spring-mvc-basics-2/pom.xml index 0b4515994b..adc42d8db8 100644 --- a/spring-web-modules/spring-mvc-basics-2/pom.xml +++ b/spring-web-modules/spring-mvc-basics-2/pom.xml @@ -131,14 +131,6 @@ json ${json.version} - - org.apache.maven.surefire - surefire-logger-api - ${maven-surefire-plugin.version} - - test - true - @@ -163,7 +155,6 @@ 1.8 1.8 - 2.21.0 2.3.2-b02 4.0.0 6.0.10.Final