Skip to content

Commit

Permalink
Remove jetty and servlet api dependency (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Oct 20, 2023
1 parent 8bc9d9f commit 35c92a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions custom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ dependencies {
testImplementation("io.micrometer:micrometer-core")

testImplementation(project(":testing:common"))
testImplementation("javax.servlet:javax.servlet-api:3.0.1")
testImplementation("org.eclipse.jetty:jetty-server:8.0.0.v20110901")
testImplementation("org.eclipse.jetty:jetty-servlet:8.0.0.v20110901")
}

sourceSets {
Expand Down

0 comments on commit 35c92a9

Please sign in to comment.