summaryrefslogtreecommitdiffstats
path: root/controller-server
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-04-08 16:09:00 +0200
committerGitHub <noreply@github.com>2022-04-08 16:09:00 +0200
commitdb9e570a36decb24e6cb13f44bd0ff444ab762e3 (patch)
treed1592c6ed5f01ad1c820c403b8a9590373944b66 /controller-server
parent472db7a0c4756570ad9741c230c6a8181e550e25 (diff)
parent4b7588871873aae971add63122b19374d0d4a5cd (diff)
Merge pull request #22041 from vespa-engine/remove-add-opens
Remove add-opens for unit tests that were added for NativeIO
Diffstat (limited to 'controller-server')
-rw-r--r--controller-server/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/controller-server/pom.xml b/controller-server/pom.xml
index ca8951124ef..5697d849b0f 100644
--- a/controller-server/pom.xml
+++ b/controller-server/pom.xml
@@ -246,17 +246,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <!-- Illegal reflective access by LogFileHandler via com.yahoo.io.NativeIO -->
- <argLine>
- --add-opens=java.base/java.io=ALL-UNNAMED
- </argLine>
- </configuration>
- </plugin>
</plugins>
</build>
</project>