aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-04-24 11:20:28 +0200
committerDavid Gageot <david@gageot.net>2012-04-25 09:53:33 +0200
commitf341ea6efa8bd7c08318b78b50f200a6af830932 (patch)
tree149c9e8bcffc78aefd6d159f720e8293808c25eb /pom.xml
parent262219e1ac0729358fc9745d986cec7aa91c5ece (diff)
downloadsonarqube-f341ea6efa8bd7c08318b78b50f200a6af830932.tar.gz
sonarqube-f341ea6efa8bd7c08318b78b50f200a6af830932.zip
SONAR-3428 Configure Infinitest
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 71d4144a722..875a16a5293 100644
--- a/pom.xml
+++ b/pom.xml
@@ -494,7 +494,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>random</runOrder>
- <argLine>-Xmx256m</argLine>
+ <argLine>-Xmx256m -Djava.awt.headless=true</argLine>
<systemPropertyVariables>
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
</systemPropertyVariables>
@@ -976,7 +976,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.9</version>
+ <version>4.10</version>
</dependency>
<dependency>
<groupId>xerces</groupId>