Skip to content

Commit

Permalink
fix(deps): Rename grails-gsp version catalog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Oct 17, 2024
1 parent 5b56225 commit 5a03501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
// that is meant to be consumed by users of the plugin.
// Therefore they are set to implementation to not expose unnecessarily
// to the compileClasspath of plugin users.
implementation libs.gsp
implementation libs.grails.gsp
implementation libs.grails.web.common

implementation libs.javamail.impl // Needs to be implementation (not runtimeOnly), as SMTPMessage is used in MailMessageBuilder
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ grails-bom = { module = 'org.grails:grails-bom', version.ref = 'grails' }
grails-core = { module = 'org.grails:grails-core' }
greenmail = { module = 'com.icegreen:greenmail', version.ref = 'greenmail' }
grails-docs = { module = 'org.grails:grails-docs' }
grails-gsp = { module = 'org.grails.plugins:gsp' }
grails-testing-support-core = { module = 'org.grails:grails-testing-support' }
grails-testing-support-web = { module = 'org.grails:grails-web-testing-support' }
grails-web-common = { module = 'org.grails:grails-web-common' }
grails-web-urlmappings = { module = 'org.grails:grails-web-url-mappings' }
groovy-core = { module = 'org.apache.groovy:groovy' }
groovy-templates = { module = 'org.apache.groovy:groovy-templates' }
groovy-xml = { module = 'org.apache.groovy:groovy-xml' }
gsp = { module = 'org.grails.plugins:gsp' }
servlet-api = { module = 'jakarta.servlet:jakarta.servlet-api', version.ref = 'servlet-api' }
javamail-api = { module = 'jakarta.mail:jakarta.mail-api', version.ref = 'javamail' }
javamail-impl = { module = 'com.sun.mail:jakarta.mail', version.ref = 'javamail' }
Expand Down

0 comments on commit 5a03501

Please sign in to comment.