Changes to support putting SCDF back onto snapshot

* Only configure the BatchListener if the Job.class has a bean instance
* Add the task-batch to the task-dependencies pom.
This commit is contained in:
Glenn Renfro
2016-03-21 21:51:56 -04:00
parent 8272421ea9
commit 685e4aabee
2 changed files with 8 additions and 3 deletions

View File

@@ -22,6 +22,11 @@
<artifactId>spring-cloud-task-core</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-batch</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>