diff --git a/dockstore-cli-integration-testing/pom.xml b/dockstore-cli-integration-testing/pom.xml index 0af08d30f..3a1feeb55 100644 --- a/dockstore-cli-integration-testing/pom.xml +++ b/dockstore-cli-integration-testing/pom.xml @@ -259,8 +259,6 @@ - - -Djava.security.manager=allow @{argLine} --illegal-access=permit --add-opens java.base/java.lang=ALL-UNNAMED @@ -270,6 +268,8 @@ --add-opens java.base/java.base=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/sun.nio.fs=ALL-UNNAMED + + -Djava.security.manager=allow -da:org.hibernate...