summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2015-07-30 17:14:05 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2015-07-31 12:04:26 +0200
commit6cd87655c83490cc9f80f10c71a12a09e05378f2 (patch)
treeff726994d55fc667d8f2f19833f8a28667b44e75 /pom.xml
parent46774df18dad3bb7deeb0e9964233d8617ce9490 (diff)
downloadsonarqube-6cd87655c83490cc9f80f10c71a12a09e05378f2.tar.gz
sonarqube-6cd87655c83490cc9f80f10c71a12a09e05378f2.zip
use new rule WS
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 814541531fb..c72b373dfc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -620,6 +620,11 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-ws</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-duplications</artifactId>
<version>${project.version}</version>
</dependency>