diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-09 12:10:38 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-10 21:46:00 +0200 |
commit | da518f4f3caae7f7f7f3bf3be942291b46b6fb2b (patch) | |
tree | 9119447375c398d8a51c246abfb335ceee2745aa /sonar-application/assembly.xml | |
parent | acaca7406f91725baf352dd08bf77b25b76cc5cb (diff) | |
download | sonarqube-da518f4f3caae7f7f7f3bf3be942291b46b6fb2b.tar.gz sonarqube-da518f4f3caae7f7f7f3bf3be942291b46b6fb2b.zip |
Remove unused dependency in assembly.xml
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r-- | sonar-application/assembly.xml | 1 |
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> |