diff --git a/eventmesh-examples/build.gradle b/eventmesh-examples/build.gradle index 212b567799..3d7d269727 100644 --- a/eventmesh-examples/build.gradle +++ b/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' + } implementation 'io.netty:netty-all' implementation "io.cloudevents:cloudevents-core" implementation "io.cloudevents:cloudevents-json-jackson"