Upgrade to HtmUnit 3.11.0
This commit upgrades to a major new release of HtmlUnit. This is a breaking change as HtmlUnit 3 moves to a `org.htmlunit` package and calling code needs to be restructured. Our use of Selenium has been adapted accordingly, moving to Selenium 3, using the new org.seleniumhq.selenium:htmlunit3-driver integration. Closes gh-30392
This commit is contained in:
@@ -29,13 +29,13 @@ dependencies {
|
||||
optional("jakarta.xml.bind:jakarta.xml.bind-api")
|
||||
optional("javax.inject:javax.inject")
|
||||
optional("junit:junit")
|
||||
optional("net.sourceforge.htmlunit:htmlunit") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.apache.groovy:groovy")
|
||||
optional("org.apache.tomcat.embed:tomcat-embed-core")
|
||||
optional("org.aspectj:aspectjweaver")
|
||||
optional("org.hamcrest:hamcrest")
|
||||
optional("org.htmlunit:htmlunit") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.jetbrains.kotlin:kotlin-reflect")
|
||||
optional("org.jetbrains.kotlin:kotlin-stdlib")
|
||||
optional("org.jetbrains.kotlinx:kotlinx-coroutines-core")
|
||||
@@ -43,7 +43,7 @@ dependencies {
|
||||
optional("org.junit.jupiter:junit-jupiter-api")
|
||||
optional("org.junit.platform:junit-platform-launcher") // for AOT processing
|
||||
optional("org.mockito:mockito-core")
|
||||
optional("org.seleniumhq.selenium:htmlunit-driver") {
|
||||
optional("org.seleniumhq.selenium:htmlunit3-driver") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
exclude group: "net.bytebuddy", module: "byte-buddy"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user