We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23ab15 commit 200724dCopy full SHA for 200724d
spring-batch-test/pom.xml
@@ -35,11 +35,6 @@
35
<artifactId>spring-test</artifactId>
36
<version>${spring-framework.version}</version>
37
</dependency>
38
- <dependency>
39
- <groupId>junit</groupId>
40
- <artifactId>junit</artifactId>
41
- <version>${junit.version}</version>
42
- </dependency>
43
44
<!-- optional production dependencies -->
45
<dependency>
@@ -54,6 +49,12 @@
54
49
<version>${aspectj.version}</version>
55
50
<optional>true</optional>
56
51
52
+ <dependency>
53
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <optional>true</optional>
57
+ </dependency>
58
59
<groupId>org.junit.jupiter</groupId>
60
<artifactId>junit-jupiter-api</artifactId>
0 commit comments