[ 
https://issues.apache.org/jira/browse/SCB-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16664808#comment-16664808
 ] 

ASF GitHub Bot commented on SCB-985:
------------------------------------

liubao68 commented on a change in pull request #969: [SCB-985] Add 
spring-boot2-starter-discovery
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/969#discussion_r228431634
 
 

 ##########
 File path: java-chassis-dependencies-springboot2/pom.xml
 ##########
 @@ -147,6 +148,42 @@
         <artifactId>spring-session-data-redis</artifactId>
         <version>${spring.session.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.springframework.cloud</groupId>
+        <artifactId>spring-cloud-dependencies</artifactId>
 
 Review comment:
   for spring boot & spring cloud, use their management like this 
   
               <dependency>
                   <groupId>org.springframework.boot</groupId>
                   <artifactId>spring-boot-dependencies</artifactId>
                   <version>${spring.boot.version}</version>
                   <type>pom</type>
                   <scope>import</scope>
               </dependency>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Add springboot2-starter-discovery
> ---------------------------------
>
>                 Key: SCB-985
>                 URL: https://issues.apache.org/jira/browse/SCB-985
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Java-Chassis
>    Affects Versions: java-chassis-1.1.0
>            Reporter: Yang Bo
>            Assignee: Yang Bo
>            Priority: Major
>
> Copied springboot-starter-discovery to spritnboot2. Removed test code and 
> updated some spring-boot and spring-cloud versions.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to