aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2020-11-06 08:57:59 +0100
committersonartech <sonartech@sonarsource.com>2020-11-06 20:05:24 +0000
commit3de0d3b54f03975d4e0abf5956baf1bb82c10534 (patch)
tree317cfe18532d9ec3ecc08669223cb6fbdc8be32d /build.gradle
parent4d5d9eb797b38d2559b39b26c8d0d8c9c24d1db2 (diff)
downloadsonarqube-3de0d3b54f03975d4e0abf5956baf1bb82c10534.tar.gz
sonarqube-3de0d3b54f03975d4e0abf5956baf1bb82c10534.zip
SONAR-13991 Fix SSF-128
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 1 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index 5cf8dd96848..17b29a83a03 100644
--- a/build.gradle
+++ b/build.gradle
@@ -236,11 +236,7 @@ subprojects {
dependency 'commons-dbutils:commons-dbutils:1.7'
dependency 'commons-io:commons-io:2.8.0'
dependency 'commons-lang:commons-lang:2.6'
- dependencySet(group: 'com.fasterxml.jackson.core', version: '2.10.4') {
- entry 'jackson-annotations'
- entry 'jackson-core'
- entry 'jackson-databind'
- }
+ imports { mavenBom 'com.fasterxml.jackson:jackson-bom:2.10.4' }
dependencySet(group: 'com.fasterxml.jackson.dataformat', version: '2.10.4') {
entry 'jackson-dataformat-cbor'
entry 'jackson-dataformat-smile'