aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-09 12:10:38 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-10 21:46:00 +0200
commitda518f4f3caae7f7f7f3bf3be942291b46b6fb2b (patch)
tree9119447375c398d8a51c246abfb335ceee2745aa
parentacaca7406f91725baf352dd08bf77b25b76cc5cb (diff)
downloadsonarqube-da518f4f3caae7f7f7f3bf3be942291b46b6fb2b.tar.gz
sonarqube-da518f4f3caae7f7f7f3bf3be942291b46b6fb2b.zip
Remove unused dependency in assembly.xml
-rw-r--r--sonar-application/assembly.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml
index 126f0bd12a1..ccbf0a97315 100644
--- a/sonar-application/assembly.xml
+++ b/sonar-application/assembly.xml
@@ -64,7 +64,6 @@
<outputDirectory>lib/bundled-plugins</outputDirectory>
<useTransitiveDependencies>false</useTransitiveDependencies>
<includes>
- <include>org.codehaus.sonar-plugins*:sonar-*-plugin</include>
<include>org.sonarsource.*:sonar-*-plugin</include>
</includes>
<scope>provided</scope>