From 3c35737da4a6c229f73cf7201412542efa180210 Mon Sep 17 00:00:00 2001 From: Fabrice Bellingard Date: Wed, 20 Jun 2012 12:24:27 +0200 Subject: 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" --- sonar-application/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sonar-application') 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 @@ -182,6 +182,12 @@ ${project.version} runtime + + org.codehaus.sonar.plugins + sonar-java-plugin + ${project.version} + runtime + org.sonatype.jsw-binaries jsw-binaries -- cgit v1.2.3