Skip to content

Commit 7c900a9

Browse files
committed
Add junit-jupiter-api dependency to spring-batch-infrastructure
1 parent c65b93f commit 7c900a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-batch-infrastructure/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@
181181
</exclusion>
182182
</exclusions>
183183
</dependency>
184+
<dependency>
185+
<groupId>org.junit.jupiter</groupId>
186+
<artifactId>junit-jupiter-api</artifactId>
187+
<version>${junit-jupiter.version}</version>
188+
<scope>test</scope>
189+
</dependency>
184190
<dependency>
185191
<groupId>org.hamcrest</groupId>
186192
<artifactId>hamcrest-library</artifactId>

0 commit comments

Comments
 (0)