Pil0tXia commented on code in PR #4861: URL: https://github.com/apache/eventmesh/pull/4861#discussion_r1577361606
########## eventmesh-examples/build.gradle: ########## @@ -25,7 +25,9 @@ dependencies { implementation('org.springframework.boot:spring-boot-starter') { exclude module: 'spring-boot-starter-logging' } - implementation 'org.springframework.boot:spring-boot-starter-web' + implementation('org.springframework.boot:spring-boot-starter-web') { + exclude module: 'spring-boot-starter-logging' + } Review Comment: Actually `org.springframework.boot:spring-boot-starter` is included in `org.springframework.boot:spring-boot-starter-web` as is commented in https://github.com/apache/eventmesh/pull/4719/files#r1570135028. `group` param is missing in the exclude statement. -- 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: issues-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@eventmesh.apache.org For additional commands, e-mail: issues-h...@eventmesh.apache.org