Migrate Spring Batch Samples to JUnit Jupiter
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
6117c044fb
commit
1e4a23e3eb
@@ -170,6 +170,11 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-engine</artifactId>
|
||||
<version>${junit-jupiter.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-library</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user