aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-06-20 12:24:27 +0200
committerFabrice Bellingard <bellingard@gmail.com>2012-06-25 14:28:24 +0200
commit3c35737da4a6c229f73cf7201412542efa180210 (patch)
treeb92e2c366192d26fc9052f4a65494c1c9e80bb25 /sonar-application
parent3f770e492aef9eb4ce0e38d28ea13ebe712d8757 (diff)
downloadsonarqube-3c35737da4a6c229f73cf7201412542efa180210.tar.gz
sonarqube-3c35737da4a6c229f73cf7201412542efa180210.zip
SONAR-3496, SONAR-3497 & SONAR-3498 Add new rules for Java
=> Those rules are the ones pulled out from the SQALE plugin and put in an independant lib called "sonar-common-rules"
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index f04fba951f3..1fba0b0bfd6 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -183,6 +183,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>org.codehaus.sonar.plugins</groupId>
+ <artifactId>sonar-java-plugin</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.sonatype.jsw-binaries</groupId>
<artifactId>jsw-binaries</artifactId>
<version>3.2.3.6</version>