Skip to content

Commit

Permalink
build: include grails-plugin-rest in sitemesh3 example app
Browse files Browse the repository at this point in the history
Add `grails-plugin-rest` as the app uses `respond()`.
  • Loading branch information
matrei committed Jan 14, 2025
1 parent 88f88c7 commit 71bcc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/sitemesh3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
implementation project(':grails-plugin-sitemesh3')
implementation 'org.grails:grails-core'
implementation 'org.grails:grails-plugin-controllers'
implementation 'org.grails:grails-plugin-rest'

runtimeOnly project(':grails-plugin-gsp')
runtimeOnly 'com.bertramlabs.plugins:asset-pipeline-grails'
Expand Down

0 comments on commit 71bcc6d

Please sign in to comment.