diff options
-rw-r--r-- | it/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -23,7 +23,6 @@ <properties> <sonar.buildVersion>5.0</sonar.buildVersion> - <surefire.argLine>-server</surefire.argLine> <!-- following properties must be set in command-line : sonar.runtimeVersion and sonarRunner.version --> </properties> @@ -61,7 +61,7 @@ <dependency> <groupId>org.sonarsource.scanner.api</groupId> <artifactId>sonar-scanner-api</artifactId> - <version>2.10.0.1049</version> + <version>2.10.0.1053</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> |