Skip to content

Commit bdb3061

Browse files
chanseokohlsirac
andauthored
build: fix integration test (#775)
Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
1 parent c796eea commit bdb3061

File tree

1 file changed

+1
-8
lines changed
  • google-auth-library-java/oauth2_http

1 file changed

+1
-8
lines changed

google-auth-library-java/oauth2_http/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-failsafe-plugin</artifactId>
64-
<version>3.0.0-M4</version>
64+
<version>3.0.0-M5</version>
6565
<configuration>
6666
<forkedProcessTimeoutInSeconds>1200</forkedProcessTimeoutInSeconds>
6767
<reportNameSuffix>sponge_log</reportNameSuffix>
@@ -70,13 +70,6 @@
7070
<include>**/functional/*.java</include>
7171
</includes>
7272
</configuration>
73-
<dependencies>
74-
<dependency>
75-
<groupId>org.apache.maven.surefire</groupId>
76-
<artifactId>surefire-junit47</artifactId>
77-
<version>3.0.0-M4</version>
78-
</dependency>
79-
</dependencies>
8073
</plugin>
8174
<plugin>
8275
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)