Replace dependency management plugin with built-in platform support
This commit is contained in:
@@ -31,7 +31,9 @@ dependencies {
|
||||
optional("org.aspectj:aspectjweaver")
|
||||
optional("org.apache.groovy:groovy")
|
||||
optional("org.hamcrest:hamcrest")
|
||||
optional("net.sourceforge.htmlunit:htmlunit")
|
||||
optional("net.sourceforge.htmlunit:htmlunit") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
optional("org.seleniumhq.selenium:htmlunit-driver") {
|
||||
exclude group: "net.bytebuddy", module: "byte-buddy"
|
||||
}
|
||||
@@ -67,7 +69,9 @@ dependencies {
|
||||
testImplementation("com.thoughtworks.xstream:xstream")
|
||||
testImplementation("com.rometools:rome")
|
||||
testImplementation("org.hsqldb:hsqldb")
|
||||
testImplementation("org.apache.httpcomponents:httpclient")
|
||||
testImplementation("org.apache.httpcomponents:httpclient") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
testImplementation("io.projectreactor.netty:reactor-netty-http")
|
||||
testImplementation("de.bechte.junit:junit-hierarchicalcontextrunner")
|
||||
testRuntimeOnly("org.junit.vintage:junit-vintage-engine") {
|
||||
|
||||
Reference in New Issue
Block a user