|
|
@ -83,7 +83,7 @@ dependencies {
|
|
|
|
implementation("jakarta.validation:jakarta.validation-api")
|
|
|
|
implementation("jakarta.validation:jakarta.validation-api")
|
|
|
|
implementation("net.sourceforge.htmlunit:htmlunit") {
|
|
|
|
implementation("net.sourceforge.htmlunit:htmlunit") {
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
exclude group: "xerces", module: "xercesImpl"
|
|
|
|
exclude group: "xml-apis", module: "xml-apis"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
implementation("org.apache.commons:commons-dbcp2") {
|
|
|
|
implementation("org.apache.commons:commons-dbcp2") {
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|
exclude group: "commons-logging", module: "commons-logging"
|
|
|
|