diff --git a/google-cloud-clients/google-cloud-bigtable-admin/pom.xml b/google-cloud-clients/google-cloud-bigtable-admin/pom.xml index 51ffb12addb5..6f6608a198c4 100644 --- a/google-cloud-clients/google-cloud-bigtable-admin/pom.xml +++ b/google-cloud-clients/google-cloud-bigtable-admin/pom.xml @@ -93,6 +93,11 @@ grpc-testing test + + org.apache.maven.surefire + surefire-junit4 + 2.19.1 + @@ -125,6 +130,13 @@ true 2 + + + org.apache.maven.surefire + surefire-junit4 + 2.19.1 + + diff --git a/google-cloud-clients/google-cloud-bigtable/pom.xml b/google-cloud-clients/google-cloud-bigtable/pom.xml index aab83ade66ef..8263e0e5a58b 100644 --- a/google-cloud-clients/google-cloud-bigtable/pom.xml +++ b/google-cloud-clients/google-cloud-bigtable/pom.xml @@ -96,6 +96,11 @@ grpc-testing test + + org.apache.maven.surefire + surefire-junit4 + 2.19.1 + @@ -128,6 +133,13 @@ true 2 + + + org.apache.maven.surefire + surefire-junit4 + 2.19.1 + + diff --git a/google-cloud-clients/google-cloud-logging/pom.xml b/google-cloud-clients/google-cloud-logging/pom.xml index f721bc0681c9..bb027fa5ab8e 100644 --- a/google-cloud-clients/google-cloud-logging/pom.xml +++ b/google-cloud-clients/google-cloud-logging/pom.xml @@ -88,5 +88,10 @@ testlib test + + org.apache.maven.surefire + surefire-junit4 + 2.19.1 + diff --git a/google-cloud-util/pom.xml b/google-cloud-util/pom.xml index 2c3f4502b734..b3f35a91276b 100644 --- a/google-cloud-util/pom.xml +++ b/google-cloud-util/pom.xml @@ -13,6 +13,19 @@ google-cloud-compat-checker + + + org.apache.maven.plugins + maven-surefire-plugin + 2.17 + test + + + org.apache.maven.surefire + surefire-junit4 + 2.17 + +