tests: explicitly disable security manager for maven integration tests
This commit is contained in:
parent
2628ecfacf
commit
fd6bc9fc57
1
pom.xml
1
pom.xml
|
@ -703,6 +703,7 @@
|
|||
<tests.rest.spec>${tests.rest.spec}</tests.rest.spec>
|
||||
<tests.rest.load_packaged>${tests.rest.load_packaged}</tests.rest.load_packaged>
|
||||
<java.io.tmpdir>${integ.temp}</java.io.tmpdir>
|
||||
<tests.security.manager>false</tests.security.manager>
|
||||
</systemPropertyVariables>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
|
Loading…
Reference in New Issue