aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSteve Marion <steve.marion@sonarsource.com>2024-07-24 16:12:54 +0200
committersonartech <sonartech@sonarsource.com>2024-07-25 20:02:50 +0000
commit5cdfc9f2c0d5db4fb03d64b2bad73e775a7151c1 (patch)
treea5c8391f0ac2cb7c04ea0bc185ee69e74838e4b4 /build.gradle
parenta78e7a23223b12d87209336c873866970f875f8f (diff)
downloadsonarqube-5cdfc9f2c0d5db4fb03d64b2bad73e775a7151c1.tar.gz
sonarqube-5cdfc9f2c0d5db4fb03d64b2bad73e775a7151c1.zip
SONAR-22603 remove duplicated dependency declaration.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 0deaf749295..5c760699695 100644
--- a/build.gradle
+++ b/build.gradle
@@ -483,7 +483,6 @@ subprojects {
dependency ("org.apache.velocity:velocity:1.7") {
dependency 'commons-collections:commons-collections:3.2.2'
}
- dependency 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
dependency 'com.google.code.findbugs:jsr305:3.0.2'
// please keep this list alphabetically ordered
}