Browse Source

SONAR-21502 fix ssf-547

tags/10.4.0.87286
Matteo Mara 4 months ago
parent
commit
31a7fec19c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      build.gradle

+ 2
- 0
build.gradle View File

@@ -377,6 +377,8 @@ subprojects {
exclude 'org.eclipse.jdt.core.compiler:ecj'
}
}
//transitive dependency of SVNKit, to be re-assessed when updating SVNKit
dependency 'org.apache.sshd:sshd-core:2.12.0'
dependency 'org.assertj:assertj-core:3.24.2'
dependency 'org.assertj:assertj-guava:3.24.2'
dependency('org.codehaus.sonar:sonar-channel:4.2') {

Loading…
Cancel
Save