diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-06-20 12:24:27 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-06-25 14:28:24 +0200 |
commit | 3c35737da4a6c229f73cf7201412542efa180210 (patch) | |
tree | b92e2c366192d26fc9052f4a65494c1c9e80bb25 /sonar-application | |
parent | 3f770e492aef9eb4ce0e38d28ea13ebe712d8757 (diff) | |
download | sonarqube-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.xml | 6 |
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> |