This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from c1ae4b99e4 Bump netty4_version from 4.2.0.Final to 4.2.1.Final (#15375)
add 65dc351765 Reorganize the dependency in dubbo-demo (#15384)
No new revisions were added by this update.
Summary of changes:
README.md | 6 +-
.../dubbo-demo-api/dubbo-demo-api-consumer/pom.xml | 35 -----------
.../dubbo-demo-api-interface/pom.xml | 1 -
.../org/apache/dubbo/api/demo/DemoService.java | 12 ++++
.../dubbo-demo-api/dubbo-demo-api-provider/pom.xml | 39 +-----------
.../dubbo/demo/provider/DemoServiceImpl.java | 7 ---
.../dubbo-demo-spring-boot-idl-consumer/pom.xml | 1 -
.../dubbo-demo-spring-boot-idl-provider/pom.xml | 1 -
dubbo-demo/dubbo-demo-spring-boot-idl/pom.xml | 73 ----------------------
.../dubbo-demo-spring-boot-consumer/pom.xml | 22 +------
.../demo/consumer/ConsumerApplication.java | 17 +++++
.../src/main/resources/application.yml | 1 +
.../dubbo-demo-spring-boot-provider/pom.xml | 18 ------
.../dubbo-demo-spring-boot-servlet/pom.xml | 5 --
14 files changed, 37 insertions(+), 201 deletions(-)