Skip to content

Commit

Permalink
🔧 s3-integration cleanup pom surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Aug 8, 2024
1 parent 7f5edd1 commit aaff9af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions refarch-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<maven.compiler.release>${java.version}</maven.compiler.release>

<jacoco.version>0.8.12</jacoco.version>
<maven-surefire-plugin.version>3.3.1</maven-surefire-plugin.version>
<spotless-maven-plugin.version>2.34.0</spotless-maven-plugin.version>
<itm-java-codeformat.version>1.0.10</itm-java-codeformat.version>
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
Expand Down Expand Up @@ -133,7 +132,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
<configuration>
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit aaff9af

Please sign in to comment.