File tree 1 file changed +2
-17
lines changed
1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >commons-io</groupId >
39
39
<artifactId >commons-io</artifactId >
40
- <version >1.3.2 </version >
40
+ <version >2.13.0 </version >
41
41
<scope >test</scope >
42
42
</dependency >
43
43
<dependency >
80
80
</sourceDirs >
81
81
</configuration >
82
82
</execution >
83
- <!--
84
- <execution>
85
- <id>test-compile</id>
86
- <phase>process-test-sources</phase>
87
- <goals>
88
- <goal>test-compile</goal>
89
- </goals>
90
- <configuration>
91
- <sourceDirs>
92
- <source>src/test/java</source>
93
- <source>src/test/kotlin</source>
94
- <source>src/test/resources</source>
95
- </sourceDirs>
96
- </configuration>
97
- </execution>
98
- -->
99
83
</executions >
100
84
</plugin >
101
85
<plugin >
102
86
<groupId >org.apache.maven.plugins</groupId >
103
87
<artifactId >maven-surefire-plugin</artifactId >
88
+ <version >3.1.2</version >
104
89
<configuration >
105
90
<argLine >--add-opens java.base/java.lang=ALL-UNNAMED</argLine >
106
91
</configuration >
You can’t perform that action at this time.
0 commit comments