This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/master by this push:
new d1a1444 Make each sub-demo in the dubbo-demo project consistent in
the telnet function, remove the dubbo-qos dependency in dubbo-demo-xml-provider
(#7648)
d1a1444 is described below
commit d1a144471a0d7f2585888da82fdf9f56702cbbd5
Author: xiaoheng1 <[email protected]>
AuthorDate: Thu Apr 29 19:36:16 2021 +0800
Make each sub-demo in the dubbo-demo project consistent in the telnet
function, remove the dubbo-qos dependency in dubbo-demo-xml-provider (#7648)
---
dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-provider/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-provider/pom.xml
b/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-provider/pom.xml
index 438c542..e7d3396 100644
--- a/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-provider/pom.xml
+++ b/dubbo-demo/dubbo-demo-xml/dubbo-demo-xml-provider/pom.xml
@@ -95,10 +95,6 @@
<artifactId>dubbo-serialization-jdk</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.dubbo</groupId>
- <artifactId>dubbo-qos</artifactId>
- </dependency>
- <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>