This repository was archived by the owner on Jun 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 195
195
<artifactId >spring-boot-starter</artifactId >
196
196
<version >2.7.5</version >
197
197
</dependency >
198
+ <dependency >
199
+ <groupId >org.mockito</groupId >
200
+ <artifactId >mockito-core</artifactId >
201
+ <version >3.12.4</version >
202
+ <scope >test</scope >
203
+ </dependency >
198
204
<dependency >
199
205
<groupId >org.powermock</groupId >
200
206
<artifactId >powermock-api-mockito2</artifactId >
207
213
<version >2.0.9</version >
208
214
<scope >test</scope >
209
215
</dependency >
216
+ <dependency >
217
+ <groupId >org.junit.vintage</groupId >
218
+ <artifactId >junit-vintage-engine</artifactId >
219
+ <scope >test</scope >
220
+ </dependency >
210
221
<dependency >
211
222
<groupId >junit</groupId >
212
223
<artifactId >junit</artifactId >
305
316
<artifactId >snakeyaml</artifactId >
306
317
<version >1.33</version >
307
318
</dependency >
308
- <dependency >
309
- <groupId >org.apache.commons</groupId >
310
- <artifactId >commons-compress</artifactId >
311
- <version >1.21</version >
312
- </dependency >
313
319
<dependency >
314
320
<groupId >com.google.protobuf</groupId >
315
321
<artifactId >protobuf-java</artifactId >
380
386
<artifactId >websocket-common</artifactId >
381
387
<version >9.4.49.v20220914</version >
382
388
</dependency >
383
- <dependency >
384
- <groupId >commons-io</groupId >
385
- <artifactId >commons-io</artifactId >
386
- <version >2.11.0</version >
387
- </dependency >
388
389
<dependency >
389
390
<groupId >org.jsoup</groupId >
390
391
<artifactId >jsoup</artifactId >
You can’t perform that action at this time.
0 commit comments