summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-07-23 09:54:32 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-07-23 09:54:32 +0200
commit6ce684efe53af47ea86ce786114bc8b083472409 (patch)
tree5eb4e938aa32c0f109853329315a9aa73f94bc2b /pom.xml
parent34c6f8a5d3b1e543bc2245598ee69429defe7041 (diff)
downloadsonarqube-6ce684efe53af47ea86ce786114bc8b083472409.tar.gz
sonarqube-6ce684efe53af47ea86ce786114bc8b083472409.zip
Upgrade to sonar-runner 2.3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3a253b20479..c80229ec5e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1075,6 +1075,11 @@
<artifactId>http-request</artifactId>
<version>5.2</version>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar.runner</groupId>
+ <artifactId>sonar-runner-api</artifactId>
+ <version>2.3</version>
+ </dependency>
</dependencies>
</dependencyManagement>