File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
core-java-modules/core-java-security Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 4242 <groupId >org.apache.maven.plugins</groupId >
4343 <artifactId >maven-surefire-plugin</artifactId >
4444 <version >${maven-surefire-plugin.version} </version >
45- <configuration >
46- <argLine >--add-opens java.base/sun.security.x509=ALL-UNNAMED</argLine >
47- <argLine >--add-exports java.base/sun.security.util=ALL-UNNAMED</argLine >
48- </configuration >
4945 </plugin >
5046 <plugin >
5147 <groupId >org.apache.maven.plugins</groupId >
5248 <artifactId >maven-compiler-plugin</artifactId >
53- <configuration >
54- <compilerArgs >
55- <arg >--add-exports</arg >
56- <arg >java.base/sun.security.x509=ALL-UNNAMED</arg >
57- <arg >--add-exports</arg >
58- <arg >java.base/sun.security.util=ALL-UNNAMED</arg >
59- </compilerArgs >
60- </configuration >
6149 </plugin >
6250 </plugins >
6351 </build >
You can’t perform that action at this time.
0 commit comments