Skip to content

Commit c9ee6f9

Browse files
committed
fix(bigquerystorage): configure failsafe with junit-platform provider to run integration tests
1 parent ef20bd7 commit c9ee6f9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • java-bigquerystorage/google-cloud-bigquerystorage-it

java-bigquerystorage/google-cloud-bigquerystorage-it/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,14 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-failsafe-plugin</artifactId>
146+
<version>3.5.2</version>
147+
<dependencies>
148+
<dependency>
149+
<groupId>org.apache.maven.surefire</groupId>
150+
<artifactId>surefire-junit-platform</artifactId>
151+
<version>${surefire.version}</version>
152+
</dependency>
153+
</dependencies>
146154
</plugin>
147155
</plugins>
148156
</build>

0 commit comments

Comments
 (0)