Skip to content

Commit f96f60f

Browse files
committed
manual merge of pom.xml change
1 parent a4ed580 commit f96f60f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@
392392
<release>17</release>
393393
<compilerArgs>
394394
<arg>-parameters</arg>
395-
<arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
396395
<arg>--add-opens=java.base/java.util=ALL-UNNAMED</arg>
397396
</compilerArgs>
398397
</configuration>
@@ -401,7 +400,7 @@
401400
<groupId>org.apache.maven.plugins</groupId>
402401
<artifactId>maven-surefire-plugin</artifactId>
403402
<configuration>
404-
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
403+
<argLine>--add-opens=java.base/java.util=ALL-UNNAMED</argLine>
405404
</configuration>
406405
<executions>
407406
<execution>
@@ -458,7 +457,6 @@
458457
<release>21</release>
459458
<compilerArgs>
460459
<arg>-parameters</arg>
461-
<arg>--add-opens=java.base/java.lang=ALL-UNNAMED</arg>
462460
<arg>--add-opens=java.base/java.util=ALL-UNNAMED</arg>
463461
</compilerArgs>
464462
</configuration>
@@ -467,7 +465,7 @@
467465
<groupId>org.apache.maven.plugins</groupId>
468466
<artifactId>maven-surefire-plugin</artifactId>
469467
<configuration>
470-
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
468+
<argLine>--add-opens=java.base/java.util=ALL-UNNAMED</argLine>
471469
</configuration>
472470
</plugin>
473471
</plugins>

0 commit comments

Comments
 (0)