Removed TaskLauncherConfiguration

Added spi and boot log starter to pom for streams
Changed deployer-local on main project pom to be test scope
This commit is contained in:
Glenn Renfro
2016-11-21 16:04:37 -05:00
parent dd5963e464
commit 986a2a098d
6 changed files with 11 additions and 98 deletions

View File

@@ -34,6 +34,14 @@
<artifactId>spring-cloud-deployer-local</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-deployer-spi</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-core</artifactId>