jdaugherty commented on code in PR #15554:
URL: https://github.com/apache/grails-core/pull/15554#discussion_r3035657164
##########
grails-core/build.gradle:
##########
@@ -44,16 +44,13 @@ dependencies {
implementation 'com.github.ben-manes.caffeine:caffeine'
api 'org.apache.groovy:groovy'
api 'org.springframework.boot:spring-boot'
+ api 'org.springframework.boot:spring-boot-web-server'
Review Comment:
FYI: Spring-boot-web-server was split from spring-boot. We need to include
it for end apps to work the same since we don't support the other options.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]