We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2345fc commit fde9142Copy full SHA for fde9142
gradle/maven-deployment.gradle
@@ -83,6 +83,7 @@ def customizePom(pom) {
83
if (p.artifactId == 'spring-security-core') {
84
p.dependencies.find { dep -> dep.artifactId == 'spring-jdbc'}.optional = true
85
p.dependencies.find { dep -> dep.artifactId == 'spring-tx'}.optional = true
86
+ p.dependencies.removeAll { dep -> dep.artifactId == 'spring-security-crypto' }
87
}
88
89
0 commit comments