We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc81196 + 5f4bebd commit c7c8110Copy full SHA for c7c8110
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