From 0f0f21380bd6c5bbd688fbc018788578d1655802 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Fri, 7 Sep 2012 00:05:27 +0600 Subject: [PATCH] Use new sonar-squid-java-plugin This plugin was rewritten to use SSLR instead of Checkstyle to parse Java source code. --- sonar-application/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 3ba96548f3c..33bb7ab3843 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -165,9 +165,9 @@ runtime - org.codehaus.sonar.plugins + org.codehaus.sonar-plugins.java sonar-squid-java-plugin - ${project.version} + 1.0-SNAPSHOT runtime -- 2.39.5