aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/build.gradle
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2018-07-05 11:51:17 +0200
committerSonarTech <sonartech@sonarsource.com>2018-09-19 10:54:37 +0200
commitfdf0f2f89300342c932ab23b71c895866c7d4834 (patch)
tree2a8be2a4e5bf3d39e59efbef7ceefa192ee76711 /sonar-plugin-api/build.gradle
parent4013c04fad08403ec9feaa406eb69f2e9dc6d745 (diff)
downloadsonarqube-fdf0f2f89300342c932ab23b71c895866c7d4834.tar.gz
sonarqube-fdf0f2f89300342c932ab23b71c895866c7d4834.zip
SONAR-10541, SONAR-10331 Drop compatibility mode and clean plugin classloader
Diffstat (limited to 'sonar-plugin-api/build.gradle')
-rw-r--r--sonar-plugin-api/build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/sonar-plugin-api/build.gradle b/sonar-plugin-api/build.gradle
index 047cf35b695..e9c781e7e47 100644
--- a/sonar-plugin-api/build.gradle
+++ b/sonar-plugin-api/build.gradle
@@ -17,9 +17,6 @@ dependencies {
// shaded, but not relocated
compile project(':sonar-check-api')
- compile(project(':sonar-duplications')) {
- exclude group: 'org.slf4', module: 'slf4j-api'
- }
shadow 'org.codehaus.staxmate:staxmate'
shadow 'org.codehaus.woodstox:stax2-api'