This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree 5 files changed +9
-0
lines changed
spring-cloud-dataflow-build
spring-cloud-dataflow-parent
spring-cloud-dataflow-server
spring-cloud-skipper/spring-cloud-skipper-server-core
spring-cloud-starter-dataflow-server
5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 201
201
<artifactId >maven-failsafe-plugin</artifactId >
202
202
<version >${maven-failsafe-plugin.version} </version >
203
203
<configuration >
204
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
204
205
<groups >${groups} </groups >
205
206
<excludedGroups >${excludedGroups} </excludedGroups >
206
207
</configuration >
668
669
<artifactId >maven-surefire-plugin</artifactId >
669
670
<version >${maven-surefire-plugin.version} </version >
670
671
<configuration >
672
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
671
673
<threadCount >1</threadCount >
672
674
<forkCount >1</forkCount >
673
675
<properties >
Original file line number Diff line number Diff line change 426
426
<artifactId >maven-surefire-plugin</artifactId >
427
427
<version >3.0.0</version >
428
428
<configuration >
429
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
429
430
<threadCount >1</threadCount >
430
431
<forkCount >1</forkCount >
431
432
<excludes >
Original file line number Diff line number Diff line change 205
205
<groupId >org.apache.maven.plugins</groupId >
206
206
<artifactId >maven-surefire-plugin</artifactId >
207
207
<configuration >
208
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
208
209
<threadCount >1</threadCount >
209
210
<forkCount >1</forkCount >
210
211
</configuration >
305
306
<artifactId >maven-surefire-plugin</artifactId >
306
307
<version >3.0.0</version >
307
308
<configuration >
309
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
308
310
<threadCount >1</threadCount >
309
311
<forkCount >1</forkCount >
310
312
<skipTests >true</skipTests >
316
318
<artifactId >maven-failsafe-plugin</artifactId >
317
319
<version >3.0.0</version >
318
320
<configuration >
321
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
319
322
<includes >
320
323
<include >**/*IT.java</include >
321
324
</includes >
Original file line number Diff line number Diff line change 258
258
<groupId >org.apache.maven.plugins</groupId >
259
259
<artifactId >maven-surefire-plugin</artifactId >
260
260
<configuration >
261
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
261
262
<threadCount >1</threadCount >
262
263
<forkCount >1</forkCount >
263
264
<failIfNoTests >true</failIfNoTests >
283
284
<groupId >org.apache.maven.plugins</groupId >
284
285
<artifactId >maven-surefire-plugin</artifactId >
285
286
<configuration >
287
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
286
288
<threadCount >1</threadCount >
287
289
<forkCount >1</forkCount >
288
290
<failIfNoTests >true</failIfNoTests >
Original file line number Diff line number Diff line change 92
92
<groupId >org.apache.maven.plugins</groupId >
93
93
<artifactId >maven-surefire-plugin</artifactId >
94
94
<configuration >
95
+ <argLine >--add-opens java.base/java.util=ALL-UNNAMED</argLine >
95
96
<threadCount >1</threadCount >
96
97
<forkCount >1</forkCount >
97
98
<excludes >
You can’t perform that action at this time.
0 commit comments