From fe59de257cd8535d486c11a67df8db664c7379b4 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 16 Jan 2019 15:10:12 -0800 Subject: [PATCH] Update maven-surefire-plugin to 3.0.0-M3 to fix Java 8 classloader (#4344) * Update maven-surefire-plugin to 3.0.0-M3 to fix Java 8 classloader * Update failsafe plugin to 3.0.0-M3 too * Specify maven-surefire-plugin version in bigtable-emulator --- google-cloud-clients/google-cloud-bigtable/pom.xml | 8 ++++---- google-cloud-clients/google-cloud-logging/pom.xml | 4 ++-- google-cloud-clients/google-cloud-spanner/pom.xml | 4 ++-- google-cloud-clients/pom.xml | 6 +++--- google-cloud-examples/pom.xml | 4 ++-- .../google-cloud-bigtable-emulator/pom.xml | 5 +++++ google-cloud-util/pom.xml | 6 +++--- 7 files changed, 21 insertions(+), 16 deletions(-) diff --git a/google-cloud-clients/google-cloud-bigtable/pom.xml b/google-cloud-clients/google-cloud-bigtable/pom.xml index f5e5616dc578..5fe54ce7457b 100644 --- a/google-cloud-clients/google-cloud-bigtable/pom.xml +++ b/google-cloud-clients/google-cloud-bigtable/pom.xml @@ -103,7 +103,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.0.0-M3 @@ -121,18 +121,18 @@ org.apache.maven.surefire surefire-junit4 - 2.19.1 + 3.0.0-M3 maven-surefire-plugin - 2.19.1 + 3.0.0-M3 org.apache.maven.surefire surefire-junit4 - 2.19.1 + 3.0.0-M3 diff --git a/google-cloud-clients/google-cloud-logging/pom.xml b/google-cloud-clients/google-cloud-logging/pom.xml index 68c93ef66b6f..28a158cd025b 100644 --- a/google-cloud-clients/google-cloud-logging/pom.xml +++ b/google-cloud-clients/google-cloud-logging/pom.xml @@ -96,12 +96,12 @@ maven-surefire-plugin - 2.19.1 + 3.0.0-M3 org.apache.maven.surefire surefire-junit4 - 2.19.1 + 3.0.0-M3 diff --git a/google-cloud-clients/google-cloud-spanner/pom.xml b/google-cloud-clients/google-cloud-spanner/pom.xml index f5d89d02698e..81e8f2826340 100644 --- a/google-cloud-clients/google-cloud-spanner/pom.xml +++ b/google-cloud-clients/google-cloud-spanner/pom.xml @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.12.4 + 3.0.0-M3 com.google.cloud.spanner.IntegrationTest sponge_log @@ -53,7 +53,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.0.0-M3 com.google.cloud.spanner.GceTestEnvConfig diff --git a/google-cloud-clients/pom.xml b/google-cloud-clients/pom.xml index 7e05ee2fae17..3fafd1597153 100644 --- a/google-cloud-clients/pom.xml +++ b/google-cloud-clients/pom.xml @@ -516,7 +516,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 3.0.0-M3 @@ -574,7 +574,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.0.0-M3 @@ -906,7 +906,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.0.0-M3 diff --git a/google-cloud-examples/pom.xml b/google-cloud-examples/pom.xml index 4e9548286f2d..3cf54eda1279 100644 --- a/google-cloud-examples/pom.xml +++ b/google-cloud-examples/pom.xml @@ -189,7 +189,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.0.0-M3 **/IT*.java @@ -223,7 +223,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.19.1 + 3.0.0-M3 diff --git a/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml b/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml index e39665d3ffb6..b016b5a42d8a 100644 --- a/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml +++ b/google-cloud-testing/google-cloud-bigtable-emulator/pom.xml @@ -113,6 +113,11 @@ false + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M3 + diff --git a/google-cloud-util/pom.xml b/google-cloud-util/pom.xml index 5575493c9ed1..ebdb3f6ff70e 100644 --- a/google-cloud-util/pom.xml +++ b/google-cloud-util/pom.xml @@ -17,7 +17,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.17 + 3.0.0-M3 test @@ -25,12 +25,12 @@ maven-surefire-plugin - 2.17 + 3.0.0-M3 org.apache.maven.surefire surefire-junit4 - 2.17 + 3.0.0-M3