Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
surefire config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis committed Dec 15, 2023
1 parent c6c7b21 commit 3bb5579
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.3</version>
<configuration>
<parallel>methods</parallel>
<threadCount>1</threadCount>
<useSystemClassLoader>false</useSystemClassLoader>
<useFile>false</useFile>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 3bb5579

Please sign in to comment.