From cb8d7a36f92c54ede87a05ddee62253ebc93db12 Mon Sep 17 00:00:00 2001 From: huazhongming Date: Thu, 21 Dec 2023 15:04:09 +0800 Subject: [PATCH] Fix native demo logback dependency (#13551) Signed-off-by: crazyhzm --- .../dubbo-demo-native-consumer/pom.xml | 11 +++++++++++ .../dubbo-demo-native-provider/pom.xml | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml index 5f7b2e594b3..c6719bd03a0 100644 --- a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-consumer/pom.xml @@ -77,6 +77,10 @@ io.netty netty-transport-native-epoll + + ch.qos.logback + logback-core + @@ -176,6 +180,13 @@ + + + ch.qos.logback + logback-core + 1.2.13 + compile + diff --git a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml index c68dcba0473..f72529d5cc7 100644 --- a/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-native/dubbo-demo-native-provider/pom.xml @@ -77,6 +77,10 @@ io.netty netty-transport-native-epoll + + ch.qos.logback + logback-core + @@ -173,6 +177,13 @@ + + + ch.qos.logback + logback-core + 1.2.13 + compile +