aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDDMili <130993898+dejan-milisavljevic-sonarsource@users.noreply.github.com>2024-05-08 11:02:52 +0200
committersonartech <sonartech@sonarsource.com>2024-05-08 20:02:44 +0000
commitcbe566e4524c19dce6ef5aa21d6c6e6445d26761 (patch)
treef472e7e8111f0849eb81d4f63a9cfe458f30421a /build.gradle
parentd199c897299d47ba174ef564eb141f202c58dbd9 (diff)
downloadsonarqube-cbe566e4524c19dce6ef5aa21d6c6e6445d26761.tar.gz
sonarqube-cbe566e4524c19dce6ef5aa21d6c6e6445d26761.zip
SONAR-22121 Move security reports pdf generation to its own library
Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 4b4050fa8b8..6339a10c62c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -450,6 +450,7 @@ subprojects {
}
dependency 'org.junit.platform:junit-platform-suite-api:1.10.2'
dependency 'org.junit.platform:junit-platform-suite-engine:1.10.2'
+ dependency 'com.sonarsource.pdfreport:security-report-pdf-generation:1.0.0.98'
dependency 'org.sonarsource.update-center:sonar-update-center-common:1.32.0.2441'
dependency("org.springframework:spring-context:${springVersion}") {
exclude 'commons-logging:commons-logging'