|
|
|
|
@ -33,6 +33,12 @@
@@ -33,6 +33,12 @@
|
|
|
|
|
<artifactId>spring-boot</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<classifier>tests</classifier> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-actuator</artifactId> |
|
|
|
|
@ -55,22 +61,22 @@
@@ -55,22 +61,22 @@
|
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-jdbc</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-batch</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-integration</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-jdbc</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -80,37 +86,42 @@
@@ -80,37 +86,42 @@
|
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-logging</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-batch</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-mobile</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-integration</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-security</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-security</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-shell-remote</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-shell-remote</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-mobile</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-websocket</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
|