Applied the TaskPartitioner Integration tests.

resolves #178
Using task explorer and cleaned up the BatchExecution Event Tests

Added spring-cloud-task-dependencies to dependency-management
This commit is contained in:
Glenn Renfro
2016-07-13 14:22:23 -04:00
committed by Michael Minella
parent 6b9bb9481f
commit 1e1f75d7ba
5 changed files with 198 additions and 5 deletions

View File

@@ -58,6 +58,11 @@
<artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>