BATCH-1997: Added implementations of the job listener for the JSR-352 TCK

This commit is contained in:
Michael Minella
2013-04-25 17:24:52 -05:00
parent 6af38bb5d8
commit 2dd1817b2b
3 changed files with 138 additions and 0 deletions

View File

@@ -152,6 +152,11 @@
<artifactId>cglib-nodep</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.ibm.jbatch</groupId>
<artifactId>com.ibm.jbatch-tck-spi</artifactId>
<version>1.0-b28</version>
</dependency>
</dependencies>
<build>
<pluginManagement>