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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user