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

min pushed a commit to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/0.1-release by this push:
     new 99bd7ab  update import
99bd7ab is described below

commit 99bd7ab40d555cccec1b212695e66826553bdd7a
Author: nzomkxia <[email protected]>
AuthorDate: Wed Jan 30 15:17:38 2019 +0800

    update import
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index db24ce4..0a615ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
         <apollo-version>1.2.0</apollo-version>
                <snakeyaml-version>1.19</snakeyaml-version>
                
<maven-checkstyle-plugin-version>3.0.0</maven-checkstyle-plugin-version>
+               <spring-boot-version>2.0.2.RELEASE</spring-boot-version>
        </properties>
 
        <dependencyManagement>
@@ -76,6 +77,13 @@
                                <version>${snakeyaml-version}</version>
                        </dependency>
                        <dependency>
+                               <groupId>org.springframework.boot</groupId>
+                               
<artifactId>spring-boot-starter-parent</artifactId>
+                               <version>${spring-boot-version}</version>
+                               <scope>import</scope>
+                               <type>pom</type>
+                       </dependency>
+                       <dependency>
                                <groupId>redis.clients</groupId>
                                <artifactId>jedis</artifactId>
                                <version>${jedis-version}</version>

Reply via email to