Skip to content

Commit

Permalink
Merge pull request #39 from bodiam/develop
Browse files Browse the repository at this point in the history
fix(pom): update commons-io version to latest (dependabot), set suref…
  • Loading branch information
dgautier committed Jul 12, 2023
2 parents 9db775a + cf613a1 commit 2ba29c0
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -90,27 +90,12 @@
</sourceDirs>
</configuration>
</execution>
<!--
<execution>
<id>test-compile</id>
<phase>process-test-sources</phase>
<goals>
<goal>test-compile</goal>
</goals>
<configuration>
<sourceDirs>
<source>src/test/java</source>
<source>src/test/kotlin</source>
<source>src/test/resources</source>
</sourceDirs>
</configuration>
</execution>
-->
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
</configuration>
Expand Down

0 comments on commit 2ba29c0

Please sign in to comment.