Skip to content

Commit

Permalink
Drop HtmlUnit to prevent circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Nov 27, 2024
1 parent 72dbc65 commit ccbc138
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 136 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ dependencies {
testRuntimeOnly("net.datafaker:datafaker:latest.release") {
exclude(group = "org.yaml", module = "snakeyaml")
}
testRuntimeOnly("net.sourceforge.htmlunit:htmlunit:2.+")
testRuntimeOnly("org.mockito.kotlin:mockito-kotlin:latest.release")
testRuntimeOnly("org.testcontainers:testcontainers:latest.release")
testRuntimeOnly("org.testcontainers:nginx:latest.release")
Expand Down
45 changes: 0 additions & 45 deletions src/main/resources/META-INF/rewrite/htmlunit.yml

This file was deleted.

This file was deleted.

0 comments on commit ccbc138

Please sign in to comment.