From f97932512862de5b3e3940875e1a8724db1487ed Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 7 Jan 2026 17:15:24 -0500 Subject: [PATCH] chore: Add surefire-junit-platform dep to run JUnit5 ITs --- google-cloud-bigquerystorage/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/google-cloud-bigquerystorage/pom.xml b/google-cloud-bigquerystorage/pom.xml index c36e60621..9f2ba83a1 100644 --- a/google-cloud-bigquerystorage/pom.xml +++ b/google-cloud-bigquerystorage/pom.xml @@ -39,6 +39,20 @@ + + + + org.apache.maven.plugins + maven-failsafe-plugin + 3.5.2 + + + org.apache.maven.surefire + surefire-junit-platform + ${surefire.version} + + + org.xolstice.maven.plugins protobuf-maven-plugin