Skip to content

Commit fde9142

Browse files
committed
SEC-1907: Exclude crypto dependency in core module since classes are bundled in core
1 parent f2345fc commit fde9142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/maven-deployment.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def customizePom(pom) {
8383
if (p.artifactId == 'spring-security-core') {
8484
p.dependencies.find { dep -> dep.artifactId == 'spring-jdbc'}.optional = true
8585
p.dependencies.find { dep -> dep.artifactId == 'spring-tx'}.optional = true
86+
p.dependencies.removeAll { dep -> dep.artifactId == 'spring-security-crypto' }
8687
}
8788
}
8889

0 commit comments

Comments
 (0)