|
|
|
|
@ -23,12 +23,15 @@ dependencies {
@@ -23,12 +23,15 @@ dependencies {
|
|
|
|
|
optional("org.assertj:assertj-core") |
|
|
|
|
optional("org.hamcrest:hamcrest-core") |
|
|
|
|
optional("org.hamcrest:hamcrest-library") |
|
|
|
|
optional("org.htmlunit:htmlunit") { |
|
|
|
|
exclude(group: "commons-logging", module: "commons-logging") |
|
|
|
|
} |
|
|
|
|
optional("org.jetbrains.kotlin:kotlin-stdlib") |
|
|
|
|
optional("org.jetbrains.kotlin:kotlin-reflect") |
|
|
|
|
optional("org.junit.jupiter:junit-jupiter-api") |
|
|
|
|
optional("org.mockito:mockito-core") |
|
|
|
|
optional("org.skyscreamer:jsonassert") |
|
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver") { |
|
|
|
|
optional("org.seleniumhq.selenium:htmlunit3-driver") { |
|
|
|
|
exclude(group: "commons-logging", module: "commons-logging") |
|
|
|
|
exclude(group: "com.sun.activation", module: "jakarta.activation") |
|
|
|
|
} |
|
|
|
|
@ -36,9 +39,6 @@ dependencies {
@@ -36,9 +39,6 @@ dependencies {
|
|
|
|
|
optional("org.springframework:spring-web") |
|
|
|
|
optional("org.springframework:spring-webflux") |
|
|
|
|
optional("org.springframework.graphql:spring-graphql-test") |
|
|
|
|
optional("net.sourceforge.htmlunit:htmlunit") { |
|
|
|
|
exclude(group: "commons-logging", module: "commons-logging") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support")) |
|
|
|
|
testImplementation("io.mockk:mockk") |
|
|
|
|
|