|
|
|
|
@ -39,6 +39,11 @@
@@ -39,6 +39,11 @@
|
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
<classifier>tests</classifier> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-actuator</artifactId> |
|
|
|
|
@ -46,7 +51,7 @@
@@ -46,7 +51,7 @@
|
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter</artifactId> |
|
|
|
|
<artifactId>spring-boot-starter-amqp</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
@ -94,6 +99,11 @@
@@ -94,6 +99,11 @@
|
|
|
|
|
<artifactId>spring-boot-starter-mobile</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-redis</artifactId> |
|
|
|
|
<version>0.5.0.BUILD-SNAPSHOT</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
|
<artifactId>spring-boot-starter-security</artifactId> |
|
|
|
|
|