File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 208
208
<dependency >
209
209
<groupId >org.junit.jupiter</groupId >
210
210
<artifactId >junit-jupiter-engine</artifactId >
211
- <scope >test</scope >
212
211
<version >${version.junit} </version >
212
+ <scope >test</scope >
213
213
</dependency >
214
214
<dependency >
215
215
<groupId >org.junit.jupiter</groupId >
216
216
<artifactId >junit-jupiter-params</artifactId >
217
- <scope >test</scope >
218
217
<version >${version.junit} </version >
218
+ <scope >test</scope >
219
219
</dependency >
220
220
<dependency >
221
221
<groupId >org.hamcrest</groupId >
222
- <artifactId >java-hamcrest</artifactId >
222
+ <artifactId >hamcrest</artifactId >
223
+ <version >2.2</version >
223
224
<scope >test</scope >
224
- <version >2.0.0.0</version >
225
225
</dependency >
226
226
<dependency >
227
227
<groupId >org.mockito</groupId >
228
228
<artifactId >mockito-core</artifactId >
229
- <scope >test</scope >
230
229
<version >${version.mockito} </version >
230
+ <scope >test</scope >
231
231
</dependency >
232
232
<dependency >
233
233
<groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments