File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
google-cloud-bigquerystorage Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments