mirror of https://github.com/apache/poi.git
java 17 build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32fa21596d
commit
f090436eca
|
@ -166,6 +166,7 @@ public class TestPOIFSDump {
|
|||
}
|
||||
|
||||
@Test
|
||||
@SuppressForbidden("tests java.security features deprecated in java 17 - no other option though")
|
||||
void testMainNoArgs() {
|
||||
Assumptions.assumeFalse(System.getProperty("java.version").startsWith("18"),
|
||||
"SecurityManager does not work any more since JDK 18");
|
||||
|
|
Loading…
Reference in New Issue