Make JUnit 4 an optional dependency in spring-batch-test
Resolves #4033
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
f23ab15448
commit
200724dd0f
@@ -35,11 +35,6 @@
|
||||
<artifactId>spring-test</artifactId>
|
||||
<version>${spring-framework.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>${junit.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- optional production dependencies -->
|
||||
<dependency>
|
||||
@@ -54,6 +49,12 @@
|
||||
<version>${aspectj.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>${junit.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user