提交 1cb18e3d 编写于 作者: H haocao

Refactor pom files.

上级 8be8de13
......@@ -29,8 +29,8 @@
<slf4j.version>1.7.7</slf4j.version>
<groovy.version>2.4.5</groovy.version>
<snakeyaml.version>1.16</snakeyaml.version>
<springframework.version>4.3.11.RELEASE</springframework.version>
<spring-boot.version>1.5.7.RELEASE</spring-boot.version>
<springframework.version>[4.3.6.RELEASE,5.0.0.M1)</springframework.version>
<spring-boot.version>[1.5.0.RELEASE,2.0.0.M1)</spring-boot.version>
<mysql-connector-java.version>5.1.30</mysql-connector-java.version>
<h2.version>1.4.196</h2.version>
<postgresql.version>9.1-901-1.jdbc4</postgresql.version>
......@@ -120,6 +120,7 @@
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>${springframework.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
......@@ -231,11 +232,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${spring-boot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -11,10 +11,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册