We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9dd52b commit 5f4bebdCopy full SHA for 5f4bebd
security/security-spring/build.gradle.kts
@@ -22,8 +22,8 @@ dependencies {
22
23
implementation(libs.org.owasp.antisamy.antisamy) {
24
exclude(group = "org.htmlunit", module = "neko-htmlunit")
25
- implementation(libs.org.htmlunit.neko.htmlunit)
26
}
+ implementation(libs.org.htmlunit.neko.htmlunit)
27
28
// implementation(project(":depend:depend-http-exchange"))
29
// TODO 剥离 web模块
0 commit comments