Skip to content

Commit

Permalink
servlet api should not be an api dependency
Browse files Browse the repository at this point in the history
codeconsole committed Nov 12, 2024
1 parent 2ad0c02 commit 2c3076e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-web-taglib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnlyApi "jakarta.servlet:jakarta.servlet-api"
compileOnly "jakarta.servlet:jakarta.servlet-api"
api "org.grails:grails-web-common:$grailsVersion"
api project(":grails-taglib")
compileOnly project(":grails-gsp")

0 comments on commit 2c3076e

Please sign in to comment.