Skip to content

Commit

Permalink
Servlet api should be a compile only dependency (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Oct 20, 2023
1 parent a8b882c commit 8bc9d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

dependencies {
implementation("javax.servlet:javax.servlet-api:3.0.1")
compileOnly("javax.servlet:javax.servlet-api:3.1.0")
}

tasks {
Expand Down

0 comments on commit 8bc9d9f

Please sign in to comment.