From e60e36c90aac0ff087db362edeaa963c6645c8ce Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 25 Apr 2019 10:40:12 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20spring-boot-demo-dubbo=20=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-dubbo/pom.xml | 9 --------- .../spring-boot-demo-dubbo-consumer/pom.xml | 6 ++++++ .../spring-boot-demo-dubbo-provider/pom.xml | 6 ++++++ 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/spring-boot-demo-dubbo/pom.xml b/spring-boot-demo-dubbo/pom.xml index 826d069..3b48023 100644 --- a/spring-boot-demo-dubbo/pom.xml +++ b/spring-boot-demo-dubbo/pom.xml @@ -29,13 +29,4 @@ 0.10 - - - - org.springframework.boot - spring-boot-maven-plugin - - - - diff --git a/spring-boot-demo-dubbo/spring-boot-demo-dubbo-consumer/pom.xml b/spring-boot-demo-dubbo/spring-boot-demo-dubbo-consumer/pom.xml index b001f6b..205b0c6 100644 --- a/spring-boot-demo-dubbo/spring-boot-demo-dubbo-consumer/pom.xml +++ b/spring-boot-demo-dubbo/spring-boot-demo-dubbo-consumer/pom.xml @@ -56,6 +56,12 @@ spring-boot-demo-dubbo-consumer + + + org.springframework.boot + spring-boot-maven-plugin + + \ No newline at end of file diff --git a/spring-boot-demo-dubbo/spring-boot-demo-dubbo-provider/pom.xml b/spring-boot-demo-dubbo/spring-boot-demo-dubbo-provider/pom.xml index 161526e..5be2bcc 100644 --- a/spring-boot-demo-dubbo/spring-boot-demo-dubbo-provider/pom.xml +++ b/spring-boot-demo-dubbo/spring-boot-demo-dubbo-provider/pom.xml @@ -56,6 +56,12 @@ spring-boot-demo-dubbo-provider + + + org.springframework.boot + spring-boot-maven-plugin + + \ No newline at end of file