Skip to content

Commit

Permalink
Add junit-vintage-engine test dependency to spring-batch-core
Browse files Browse the repository at this point in the history
Failing tests will be fixed in a separate commit.

Resolves spring-projects#4121
  • Loading branch information
fmbenhassine committed Jun 22, 2022
1 parent 95a3cf0 commit 0b2a2c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
<!-- test dependencies -->
<micrometer-tracing.version>1.0.0-SNAPSHOT</micrometer-tracing.version>
<junit.version>4.13.2</junit.version>
<junit-vintage-engine.version>${junit-jupiter.version}</junit-vintage-engine.version>
<hamcrest.version>2.2</hamcrest.version>
<assertj.version>3.22.0</assertj.version>
<mockito.version>4.5.1</mockito.version>
Expand Down
6 changes: 6 additions & 0 deletions spring-batch-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${junit-vintage-engine.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
Expand Down

0 comments on commit 0b2a2c2

Please sign in to comment.