aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-27 14:27:34 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:29:05 +0200
commit386e6a13b460e25ad032004d3635b071bf91e104 (patch)
treefd223fb5d79b39e6882ab83e5bf5dec5f5fed0db /sonar-application
parent92f01954fc68bcbe8004b1e8433a469ca67118e7 (diff)
downloadsonarqube-386e6a13b460e25ad032004d3635b071bf91e104.tar.gz
sonarqube-386e6a13b460e25ad032004d3635b071bf91e104.zip
SONAR-6370 drop core plugin
The core plugin was highly coupled with core, so it did not respect classloader isolation as other plugins.
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index dbf50534e4d..ef50d795c6a 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -91,13 +91,6 @@
<!-- core plugins -->
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>
- <artifactId>sonar-core-plugin</artifactId>
- <version>${project.version}</version>
- <type>sonar-plugin</type>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.codehaus.sonar.plugins</groupId>
<artifactId>sonar-l10n-en-plugin</artifactId>
<version>${project.version}</version>
<type>sonar-plugin</type>