Skip to content

Commit

Permalink
build: fix integration test (#775)
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
  • Loading branch information
chanseokoh and lsirac committed Oct 21, 2021
1 parent a7b536e commit ff399e7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions oauth2_http/pom.xml
Expand Up @@ -61,7 +61,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M4</version>
<version>3.0.0-M5</version>
<configuration>
<forkedProcessTimeoutInSeconds>1200</forkedProcessTimeoutInSeconds>
<reportNameSuffix>sponge_log</reportNameSuffix>
Expand All @@ -70,13 +70,6 @@
<include>**/functional/*.java</include>
</includes>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>3.0.0-M4</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit ff399e7

Please sign in to comment.