重构项目

This commit is contained in:
yu199195 2018-03-08 13:47:12 +08:00
parent 5346ec37f5
commit 9fc0a5482f

25
pom.xml
View File

@ -31,6 +31,12 @@
<url>https://github.com/yu199195/hmily.git</url>
</scm>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.9.RELEASE</version>
</parent>
<developers>
<developer>
<id>xiaoyu</id>
@ -73,17 +79,6 @@
<dependencyManagement>
<dependencies>
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.5.9.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.hmily.tcc</groupId>
<artifactId>hmily-tcc-admin</artifactId>
@ -464,14 +459,6 @@
</configuration>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>1.5.4.RELEASE</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>