File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 238
238
<groupId >org.springframework</groupId >
239
239
<artifactId >spring-messaging</artifactId >
240
240
</exclusion >
241
+ <exclusion >
242
+ <groupId >org.springframework.batch</groupId >
243
+ <artifactId >spring-batch-core</artifactId >
244
+ </exclusion >
241
245
<exclusion >
242
246
<groupId >org.jetbrains.kotlin</groupId >
243
247
<artifactId >kotlin-stdlib-jdk8</artifactId >
244
248
</exclusion >
249
+ <exclusion >
250
+ <groupId >org.slf4j</groupId >
251
+ <artifactId >slf4j-api</artifactId >
252
+ </exclusion >
245
253
</exclusions >
246
254
</dependency >
247
255
<dependency >
407
415
<groupId >commons-io</groupId >
408
416
<artifactId >commons-io</artifactId >
409
417
<version >2.7</version >
410
- <scope >compile </scope >
418
+ <scope >provided </scope >
411
419
</dependency >
412
420
<dependency >
413
421
<groupId >com.github.ben-manes.caffeine</groupId >
You can’t perform that action at this time.
0 commit comments