Update to junit5/assert4j in batch sample

Fixes #127
This commit is contained in:
Mark Pollack
2020-01-15 10:39:02 -05:00
parent 42f83b10c8
commit f205626b4f
8 changed files with 57 additions and 82 deletions

View File

@@ -45,6 +45,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>