From 5bd50c16c4e291d49fe8ef95533507018e535b22 Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Mon, 21 Feb 2011 04:12:14 +0300 Subject: [PATCH] SONAR-2145 Remove Clover from the Sonar Core --- sonar-application/pom.xml | 6 ------ sonar-server/pom.xml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index cf4f63b6262..54cd99870a5 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -198,12 +198,6 @@ ${project.version} runtime - - org.codehaus.sonar.plugins - sonar-clover-plugin - ${project.version} - runtime - org.codehaus.sonar.plugins sonar-surefire-plugin diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index f0debd53878..2659afa2246 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -442,12 +442,6 @@ ${project.version} provided - - org.codehaus.sonar.plugins - sonar-clover-plugin - ${project.version} - provided - org.codehaus.sonar.plugins sonar-surefire-plugin -- 2.39.5