SCT-41 Introduces findAll for task explorer

resolves spring-cloud/spring-cloud-task#41
This commit is contained in:
Glenn Renfro
2015-12-17 11:20:57 -05:00
committed by Michael Minella
parent f30cbf36bf
commit 0e90778f20
25 changed files with 1373 additions and 160 deletions

View File

@@ -67,6 +67,14 @@
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
</dependency>
</dependencies>
</project>