提交 99bd7ab4 编写于 作者: N nzomkxia

update import

上级 c267accf
......@@ -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>
......@@ -75,6 +76,13 @@
<artifactId>snakeyaml</artifactId>
<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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册