|
|
|
|
@ -1,17 +1,16 @@
@@ -1,17 +1,16 @@
|
|
|
|
|
<?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"> |
|
|
|
|
<?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"> |
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<parent> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>0.5.0.M4</version> |
|
|
|
|
<relativePath>../../spring-boot-dependencies</relativePath> |
|
|
|
|
</parent> |
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
<properties> |
|
|
|
|
<java.version>1.6</java.version> |
|
|
|
|
<spring-boot.version>0.5.0.BUILD-SNAPSHOT</spring-boot.version> |
|
|
|
|
<spring-boot.version>0.5.0.M4</spring-boot.version> |
|
|
|
|
</properties> |
|
|
|
|
<dependencyManagement> |
|
|
|
|
<dependencies> |
|
|
|
|
@ -30,62 +29,62 @@
@@ -30,62 +29,62 @@
|
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-actuator</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-jetty</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-batch</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-integration</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-security</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<version>${spring-boot.version}</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
</dependencyManagement> |
|
|
|
|
@ -257,7 +256,7 @@
@@ -257,7 +256,7 @@
|
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> |
|
|
|
|
<resource>META-INF/spring.schemas</resource> |
|
|
|
|
</transformer> |
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> |
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> |
|
|
|
|
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
|
|
|
|
<mainClass>${start-class}</mainClass> |
|
|
|
|
</transformer> |
|
|
|
|
@ -269,4 +268,4 @@
@@ -269,4 +268,4 @@
|
|
|
|
|
</plugins> |
|
|
|
|
</pluginManagement> |
|
|
|
|
</build> |
|
|
|
|
</project> |
|
|
|
|
</project> |