File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 72
72
<groupId >org.springframework.batch</groupId >
73
73
<artifactId >spring-batch-core</artifactId >
74
74
</dependency >
75
+
75
76
<!-- Test -->
77
+ <dependency >
78
+ <groupId >ch.qos.logback</groupId >
79
+ <artifactId >logback-classic</artifactId >
80
+ <scope >test</scope >
81
+ </dependency >
76
82
<dependency >
77
83
<groupId >org.junit.jupiter</groupId >
78
84
<artifactId >junit-jupiter-api</artifactId >
83
89
<artifactId >mockito-core</artifactId >
84
90
<scope >test</scope >
85
91
</dependency >
86
- <dependency >
87
- <groupId >ch.qos.logback</groupId >
88
- <artifactId >logback-classic</artifactId >
89
- <version >${logback.version} </version >
90
- <scope >test</scope >
91
- </dependency >
92
92
<dependency >
93
93
<groupId >org.testcontainers</groupId >
94
94
<artifactId >junit-jupiter</artifactId >
98
98
99
99
<build >
100
100
<plugins >
101
+ <!-- Generate javadoc and source jars -->
101
102
<plugin >
102
103
<groupId >org.apache.maven.plugins</groupId >
103
104
<artifactId >maven-javadoc-plugin</artifactId >
122
123
</execution >
123
124
</executions >
124
125
</plugin >
126
+ <!-- Runs tests -->
125
127
<plugin >
126
128
<groupId >org.apache.maven.plugins</groupId >
127
129
<artifactId >maven-surefire-plugin</artifactId >
133
135
</includes >
134
136
</configuration >
135
137
</plugin >
138
+ <!-- Generates a flattened version of the pom.xml, used instead of the original -->
136
139
<plugin >
137
140
<groupId >org.codehaus.mojo</groupId >
138
141
<artifactId >flatten-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments