diff options
author | David Gageot <david@gageot.net> | 2012-04-24 11:20:28 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-04-25 09:53:33 +0200 |
commit | f341ea6efa8bd7c08318b78b50f200a6af830932 (patch) | |
tree | 149c9e8bcffc78aefd6d159f720e8293808c25eb /pom.xml | |
parent | 262219e1ac0729358fc9745d986cec7aa91c5ece (diff) | |
download | sonarqube-f341ea6efa8bd7c08318b78b50f200a6af830932.tar.gz sonarqube-f341ea6efa8bd7c08318b78b50f200a6af830932.zip |
SONAR-3428 Configure Infinitest
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |