Skip to content

Commit

Permalink
Merge pull request #13136 from codeconsole/decouple-sitemesh-4
Browse files Browse the repository at this point in the history
Make org.grails:grails-web-sitemesh optional. It is now included with org.grails.plugins:sitemesh2
  • Loading branch information
puneetbehl authored Sep 27, 2023
2 parents dd39589 + 13d4afd commit 644f089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grails-web-mvc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api project(":grails-web-common"),
project(":grails-web-url-mappings")

api "org.grails:grails-web-sitemesh:$gspVersion", {
compileOnly "org.grails:grails-web-sitemesh:$gspVersion", {
exclude group:'org.grails', module:'grails-web-common'
}
}
2 changes: 1 addition & 1 deletion grails-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
exclude group:'org.grails', module:'grails-encoder'
exclude group:'org.grails', module:'grails-web-common'
}
api "org.grails:grails-web-sitemesh:$gspVersion", {
compileOnly "org.grails:grails-web-sitemesh:$gspVersion", {
exclude group:'org.grails', module:'grails-core'
exclude group:'org.grails', module:'grails-encoder'
exclude group:'org.grails', module:'grails-web-common'
Expand Down

0 comments on commit 644f089

Please sign in to comment.