Skip to content

Commit 3d63aaf

Browse files
committed
Merge branch 'main' into PR #3030 to update
2 parents 054814f + 9765940 commit 3d63aaf

File tree

1 file changed

+14
-0
lines changed
  • google-cloud-bigquerystorage

1 file changed

+14
-0
lines changed

google-cloud-bigquerystorage/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@
3939
</extension>
4040
</extensions>
4141
<plugins>
42+
<!-- Declare `surefire-junit-platform` here as shared-configs pulls in surefire-junit47 -->
43+
<!-- which is for JUnit4 and not JUnit5. Declare this here until upstream is fixed -->
44+
<plugin>
45+
<groupId>org.apache.maven.plugins</groupId>
46+
<artifactId>maven-failsafe-plugin</artifactId>
47+
<version>3.5.2</version>
48+
<dependencies>
49+
<dependency>
50+
<groupId>org.apache.maven.surefire</groupId>
51+
<artifactId>surefire-junit-platform</artifactId>
52+
<version>${surefire.version}</version>
53+
</dependency>
54+
</dependencies>
55+
</plugin>
4256
<plugin>
4357
<groupId>org.xolstice.maven.plugins</groupId>
4458
<artifactId>protobuf-maven-plugin</artifactId>

0 commit comments

Comments
 (0)