Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit f742f23

Browse files
committed
chore: Add surefire-junit-platform dep for ITs
1 parent e1fadc8 commit f742f23

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

google-cloud-bigquery/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,20 @@
217217

218218
<build>
219219
<plugins>
220+
<!-- Declare `surefire-junit-platform` here as shared-configs pulls in surefire-junit47 -->
221+
<!-- which is for JUnit4 and not JUnit5. Declare this here until upstream is fixed -->
222+
<plugin>
223+
<groupId>org.apache.maven.plugins</groupId>
224+
<artifactId>maven-failsafe-plugin</artifactId>
225+
<version>3.5.2</version>
226+
<dependencies>
227+
<dependency>
228+
<groupId>org.apache.maven.surefire</groupId>
229+
<artifactId>surefire-junit-platform</artifactId>
230+
<version>${surefire.version}</version>
231+
</dependency>
232+
</dependencies>
233+
</plugin>
220234
<plugin>
221235
<!-- Allow script to run, so we can run benchmarks. -->
222236
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)