Skip to content

Commit ff399e7

Browse files
chanseokohlsirac
andauthored
build: fix integration test (googleapis#775)
Co-authored-by: Leo <[email protected]>
1 parent a7b536e commit ff399e7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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)