diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-21 04:12:14 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-21 04:12:14 +0300 |
commit | 5bd50c16c4e291d49fe8ef95533507018e535b22 (patch) | |
tree | 8e7454ceb0635d86453a5ab27f12b0c0386003df /sonar-application | |
parent | 8f9f400c747be05ef95682b871672cb0de6bddec (diff) | |
download | sonarqube-5bd50c16c4e291d49fe8ef95533507018e535b22.tar.gz sonarqube-5bd50c16c4e291d49fe8ef95533507018e535b22.zip |
SONAR-2145 Remove Clover from the Sonar Core
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/pom.xml | 6 |
1 files changed, 0 insertions, 6 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 @@ -200,12 +200,6 @@ </dependency> <dependency> <groupId>org.codehaus.sonar.plugins</groupId> - <artifactId>sonar-clover-plugin</artifactId> - <version>${project.version}</version> - <scope>runtime</scope> - </dependency> - <dependency> - <groupId>org.codehaus.sonar.plugins</groupId> <artifactId>sonar-surefire-plugin</artifactId> <version>${project.version}</version> <scope>runtime</scope> |