From: Dimitris Kavvathas Date: Thu, 13 Oct 2022 15:27:43 +0000 (+0200) Subject: SONAR-15489 Add licenses for third-party library (analyzers) dependencies X-Git-Tag: 9.7.0.61563~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7668872cf7a87bcef519cd66c2651179cc223743;p=sonarqube.git SONAR-15489 Add licenses for third-party library (analyzers) dependencies --- diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle index 9f24ddbccd3..60c220f8816 100644 --- a/sonar-application/build.gradle +++ b/sonar-application/build.gradle @@ -36,7 +36,7 @@ configurations { extendsFrom bundledPlugin transitive = true } - appLicenses.extendsFrom(compile, web, scanner, jdbc_mssql, jdbc_postgresql, jdbc_h2) + appLicenses.extendsFrom(compile, web, scanner, jdbc_mssql, jdbc_postgresql, jdbc_h2, bundledPlugin_deps) cyclonedx }