Updated so that the TaskJobLauncherCommandLineRunner matches JobLauncherCommandLineRunner

in Boot 2.0.7.

REMOVE the Spring boot dependencies.   They are here only until the 2.0.7.RELEASE is out.

resolves #470

Updated versions
This commit is contained in:
Glenn Renfro
2018-10-30 17:49:30 -04:00
parent e8855ef10f
commit 23d7ed0803
17 changed files with 226 additions and 33 deletions

View File

@@ -79,5 +79,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>