Skip to content

Commit

Permalink
Update to latest Surefire plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisjeremy committed Mar 15, 2023
1 parent 3cbcab3 commit f52b46c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<junixsocket.version>2.6.2</junixsocket.version>
<jna.version>5.13.0</jna.version>
<log4j.version>2.20.0</log4j.version>
<surefire.version>3.0.0</surefire.version>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -404,15 +405,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>${surefire.version}</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<version>${surefire.version}</version>
<configuration>
<trimStackTrace>false</trimStackTrace>
</configuration>
Expand Down

0 comments on commit f52b46c

Please sign in to comment.