Skip to content

Commit e64e518

Browse files
committed
Remove OWASP dependency check
1 parent 2191f3c commit e64e518

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
plugins {
22
alias libs.plugins.errorprone
3-
alias libs.plugins.versions
4-
alias libs.plugins.dependencycheck
53
alias libs.plugins.git.version
4+
alias libs.plugins.versions
65
}
76

87
def isNonStable = { String version ->
@@ -11,10 +10,6 @@ def isNonStable = { String version ->
1110
return !stableKeyword && !(version ==~ regex)
1211
}
1312

14-
dependencyCheck {
15-
scanConfigurations = ['runtimeClasspath']
16-
}
17-
1813
subprojects {
1914
apply plugin: "java"
2015
apply plugin: 'net.ltgt.errorprone'

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ jersey = ["jakarta-ws-rs-api", "jersey-jetty", "jersey-server", "jersey-inject",
4545
[plugins]
4646
errorprone = "net.ltgt.errorprone:5.1.0"
4747
versions = "com.github.ben-manes.versions:0.53.0"
48-
dependencycheck = "org.owasp.dependencycheck:8.4.3"
4948
git-version = "com.palantir.git-version:5.0.0"
5049

0 commit comments

Comments
 (0)