removed spring-xd-dirt dependencies

This commit is contained in:
David Turanski
2015-07-08 14:39:43 -04:00
committed by Mark Fisher
parent 498d9f5c64
commit 3218c39d47
17 changed files with 591 additions and 80 deletions

View File

@@ -42,6 +42,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>