Skip to content

Commit

Permalink
fix: Remove compileOnly dependency on servlet-api
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Oct 16, 2024
1 parent 5bc7784 commit bfae916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ configurations {

dependencies {
compileOnly "org.grails:grails-core:$grailsVersion" // Provided as this is a Grails plugin
compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion" // Provided by the servlet container

testFixturesCompileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion"
testFixturesApi "org.gebish:geb-spock:$gebSpock"
Expand Down

0 comments on commit bfae916

Please sign in to comment.