Skip to content

Commit

Permalink
rely on surefire version defined by shared-config
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Nov 9, 2023
1 parent 8120896 commit fd43978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oauth2_http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>${surefire.version}</version>
<configuration>
<excludes combine.self="override"></excludes>
<includes>
Expand Down Expand Up @@ -135,7 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>${surefire.version}</version>
<configuration>
<!-- Excludes integration tests when unit tests are run. -->
<excludes>
Expand Down

0 comments on commit fd43978

Please sign in to comment.