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 5a770cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions refarch-integrations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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>

Expand Down Expand Up @@ -105,12 +104,13 @@
<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>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down

0 comments on commit 5a770cd

Please sign in to comment.