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:
Michael Minella
2018-01-26 15:20:43 -06:00
parent d8a73ba183
commit 17cefe2759
6 changed files with 4 additions and 21 deletions

View File

@@ -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>