aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-04-07 17:24:01 +0200
committergjoranv <gv@verizonmedia.com>2022-04-07 17:24:01 +0200
commitda5d6c276f98fc673aba312226e75f3bb3ea129f (patch)
treed670539c0f0d05b78ccaf749d2d851f901a59a59 /controller-server/pom.xml
parent1c2c0d4ef0dee2d75fb884146a900646465520d4 (diff)
Remove add-opens for unit tests that were added for NativeIO
- NativeIO now just gives a warning when failing init.
Diffstat (limited to 'controller-server/pom.xml')
-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>