diff --git a/java-storage/gapic-google-cloud-storage-v2/pom.xml b/java-storage/gapic-google-cloud-storage-v2/pom.xml index 5c7cf3ea9638..632272244f1a 100644 --- a/java-storage/gapic-google-cloud-storage-v2/pom.xml +++ b/java-storage/gapic-google-cloud-storage-v2/pom.xml @@ -79,11 +79,33 @@ test 2.81.0-SNAPSHOT - + + org.junit.vintage + junit-vintage-engine + test + - - + + + native + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.junit.vintage + junit-vintage-engine + 5.14.3 + + + + + + + java9 [9,) diff --git a/java-storage/google-cloud-storage-control/pom.xml b/java-storage/google-cloud-storage-control/pom.xml index c5ebcea66ba6..2cdf76f6df07 100644 --- a/java-storage/google-cloud-storage-control/pom.xml +++ b/java-storage/google-cloud-storage-control/pom.xml @@ -96,9 +96,32 @@ google-http-client test + + org.junit.vintage + junit-vintage-engine + test + + + native + + + + org.apache.maven.plugins + maven-surefire-plugin + + + org.junit.vintage + junit-vintage-engine + 5.14.3 + + + + + + java9