Skip to content

Commit

Permalink
build: include grails-plugin-codecs dependency
Browse files Browse the repository at this point in the history
Add `grails-plugin-codecs` as it is required at runtime by `grails-plugin-sitemesh3` for the `CodecLookup` bean.
  • Loading branch information
matrei committed Jan 14, 2025
1 parent 2090dda commit 7bfe582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grails-plugin-sitemesh3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ dependencies {
implementation 'org.springframework:spring-beans' // Autowired, Qualifier
implementation 'org.springframework:spring-web' // HttpMethod, ResponseStatusException, HttpStatus

runtimeOnly "org.grails:grails-plugin-codecs:$grailsVersion" // Registers CodecLookup bean
runtimeOnly "org.sitemesh:spring-boot-starter-sitemesh:$sitemeshVersion"

compileOnly 'jakarta.servlet:jakarta.servlet-api' // Provided by servlet container
Expand Down

0 comments on commit 7bfe582

Please sign in to comment.