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 42
42
<groupId >org.apache.maven.plugins</groupId >
43
43
<artifactId >maven-surefire-plugin</artifactId >
44
44
<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 >
49
45
</plugin >
50
46
<plugin >
51
47
<groupId >org.apache.maven.plugins</groupId >
52
48
<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 >
61
49
</plugin >
62
50
</plugins >
63
51
</build >
You can’t perform that action at this time.
0 commit comments