Skip to content

Commit

Permalink
build: Add dependency on grails-core in views-core
Browse files Browse the repository at this point in the history
Needed for `grails.util.GrailsMessageSourceUtils` to be resolved.
  • Loading branch information
matrei committed Sep 12, 2024
1 parent a476ead commit a817e3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies {
api libs.spring.context // MessageSource is used in public API

implementation libs.grails.bootstrap
implementation libs.grails.core
implementation libs.grails.datastore.gorm.support
implementation libs.slf4j.api
implementation libs.spring.beans
Expand Down

0 comments on commit a817e3d

Please sign in to comment.