This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 112846c  correct dependency item spring-boot-starter "scope" from 
"true" to "provided" in dubbo-spring-boot-starter pom (#276)
112846c is described below

commit 112846c02988303a6519e4da44bddc45b5cf7be2
Author: wr1ttenyu <826543...@qq.com>
AuthorDate: Fri Nov 30 10:35:50 2018 +0800

    correct dependency item spring-boot-starter "scope" from "true" to 
"provided" in dubbo-spring-boot-starter pom (#276)
---
 dubbo-spring-boot-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-spring-boot-starter/pom.xml 
b/dubbo-spring-boot-starter/pom.xml
index cc966fa..9933660 100644
--- a/dubbo-spring-boot-starter/pom.xml
+++ b/dubbo-spring-boot-starter/pom.xml
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>
-            <scope>true</scope>
+            <scope>provided</scope>
         </dependency>
 
         <!-- Dubbo -->

Reply via email to