Skip to content

Commit af16f88

Browse files
committed
Revert pom.xml by removing sun.misc from mvn add-opens arguments
1 parent d4ed5d5 commit af16f88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,9 +786,7 @@
786786
<properties>
787787
<argLine>${argline} --add-opens java.base/java.lang=ALL-UNNAMED
788788
--add-opens java.base/java.math=ALL-UNNAMED
789-
--add-opens java.base/java.util=ALL-UNNAMED
790-
--add-exports java.base/sun.misc=ALL-UNNAMED
791-
--add-opens java.base/sun.misc=ALL-UNNAMED</argLine>
789+
--add-opens java.base/java.util=ALL-UNNAMED</argLine>
792790
</properties>
793791
</profile>
794792
<profile>

0 commit comments

Comments
 (0)