Updating BatchListener Unit Tests

resolves #211
 Please enter the commit message for your changes. Lines starting
This commit is contained in:
Glenn Renfro
2016-09-19 14:55:52 -04:00
committed by Michael Minella
parent d657b22b79
commit 2bfc4780c7
12 changed files with 941 additions and 82 deletions

View File

@@ -73,5 +73,10 @@
<artifactId>spring-cloud-deployer-resource-support</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>