|
|
|
@ -1,6 +1,4 @@ |
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
@ -45,8 +43,8 @@ |
|
|
|
</developer> |
|
|
|
</developer> |
|
|
|
</developers> |
|
|
|
</developers> |
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<!-- Spring Boot --> |
|
|
|
<!-- Spring Boot (replaced during a full build to a real value) --> |
|
|
|
<spring-boot.version>1.1.0.BUILD-SNAPSHOT</spring-boot.version> |
|
|
|
<spring-boot.version>${project.version}</spring-boot.version> |
|
|
|
<!-- Third Party --> |
|
|
|
<!-- Third Party --> |
|
|
|
<activemq.version>5.7.0</activemq.version> |
|
|
|
<activemq.version>5.7.0</activemq.version> |
|
|
|
<aspectj.version>1.7.4</aspectj.version> |
|
|
|
<aspectj.version>1.7.4</aspectj.version> |
|
|
|
@ -147,7 +145,6 @@ |
|
|
|
<artifactId>spring-boot-loader-tools</artifactId> |
|
|
|
<artifactId>spring-boot-loader-tools</artifactId> |
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter</artifactId> |
|
|
|
<artifactId>spring-boot-starter</artifactId> |
|
|
|
@ -885,6 +882,11 @@ |
|
|
|
<build> |
|
|
|
<build> |
|
|
|
<pluginManagement> |
|
|
|
<pluginManagement> |
|
|
|
<plugins> |
|
|
|
<plugins> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-antrun-plugin</artifactId> |
|
|
|
<artifactId>maven-antrun-plugin</artifactId> |
|
|
|
@ -998,4 +1000,4 @@ |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</pluginManagement> |
|
|
|
</pluginManagement> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
</project> |
|
|
|
</project> |