aboutsummaryrefslogtreecommitdiffstats
path: root/run-all-junit-tests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'run-all-junit-tests/pom.xml')
-rw-r--r--run-all-junit-tests/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/run-all-junit-tests/pom.xml b/run-all-junit-tests/pom.xml
index 3e2357312..30df18d38 100644
--- a/run-all-junit-tests/pom.xml
+++ b/run-all-junit-tests/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
- <version>1.9.9-SNAPSHOT</version>
+ <version>1.9.10-SNAPSHOT</version>
</parent>
<artifactId>run-all-junit-tests</artifactId>
@@ -198,7 +198,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<testFailureIgnore>true</testFailureIgnore>
- <argLine>${jvm.arg.addOpens}</argLine>
+ <argLine>
+ ${jvm.arg.addOpens}
+ ${jvm.arg.allowSecurityManager}
+ </argLine>
</configuration>
<executions>
<execution>
@@ -253,4 +256,3 @@
</build>
</project>
-