|
|
|
@ -223,6 +223,14 @@
@@ -223,6 +223,14 @@
|
|
|
|
|
</execution> |
|
|
|
|
</executions> |
|
|
|
|
</plugin> |
|
|
|
|
<plugin> |
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
|
<configuration> |
|
|
|
|
<!-- Sets the VM argument line used when unit tests are run. --> |
|
|
|
|
<argLine>${surefireArgLine} --add-opens=java.base/java.net=ALL-UNNAMED</argLine> |
|
|
|
|
</configuration> |
|
|
|
|
</plugin> |
|
|
|
|
</plugins> |
|
|
|
|
</build> |
|
|
|
|
</profile> |
|
|
|
|