Skip to content

Commit

Permalink
Resolve servlet api with version
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Nov 12, 2024
1 parent b8f9461 commit 5452684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ grailsVersion=7.0.0-SNAPSHOT
groovyVersion=4.0.24
jspApiVersion=4.0.0
jstlVersion=3.0.1
servletApiVersion=6.0.0
sitemeshVersion=7.0.0-SNAPSHOT
controllersRef=https://docs.grails.org/latest/ref/Controllers
commandLineRef=https://docs.grails.org/latest/ref/Command%20Line
Expand Down
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 {
compileOnly "jakarta.servlet:jakarta.servlet-api"
compileOnlyApi "jakarta.servlet:jakarta.servlet-api:${servletApiVersion}" // api needed for TagLibrary trait
api "org.grails:grails-web-common:$grailsVersion"
api project(":grails-taglib")
compileOnly project(":grails-gsp")
Expand Down

0 comments on commit 5452684

Please sign in to comment.