Added Spring Boot Starter to Spring Cloud Task's Starter
Per Stephane's comment on the related issue, Spring Boot starters are expected to bring in the spring-boot-starter. Before this commit, the Spring Cloud task starter did not, which lead to incorrect logging configuration. This commit addresses that issue. Resolves SCT-359
This commit is contained in:
@@ -35,10 +35,6 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-task</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user