File tree 4 files changed +0
-26
lines changed
spring-boot-starter-log4j2
spring-boot-starter-logging
4 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 272
272
<groupId >org.springframework.boot</groupId >
273
273
<artifactId >spring-boot-starter</artifactId >
274
274
<version >${revision} </version >
275
- <exclusions >
276
- <exclusion >
277
- <groupId >commons-logging</groupId >
278
- <artifactId >commons-logging</artifactId >
279
- </exclusion >
280
- </exclusions >
281
275
</dependency >
282
276
<dependency >
283
277
<groupId >org.springframework.boot</groupId >
503
497
<groupId >org.springframework.boot</groupId >
504
498
<artifactId >spring-boot-starter-test</artifactId >
505
499
<version >${revision} </version >
506
- <exclusions >
507
- <exclusion >
508
- <groupId >commons-logging</groupId >
509
- <artifactId >commons-logging</artifactId >
510
- </exclusion >
511
- </exclusions >
512
500
</dependency >
513
501
<dependency >
514
502
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 19
19
<groupId >org.apache.logging.log4j</groupId >
20
20
<artifactId >log4j-slf4j-impl</artifactId >
21
21
</dependency >
22
- <dependency >
23
- <groupId >org.apache.logging.log4j</groupId >
24
- <artifactId >log4j-api</artifactId >
25
- </dependency >
26
22
<dependency >
27
23
<groupId >org.apache.logging.log4j</groupId >
28
24
<artifactId >log4j-core</artifactId >
Original file line number Diff line number Diff line change 26
26
<groupId >org.slf4j</groupId >
27
27
<artifactId >jul-to-slf4j</artifactId >
28
28
</dependency >
29
- <dependency >
30
- <groupId >org.slf4j</groupId >
31
- <artifactId >log4j-over-slf4j</artifactId >
32
- </dependency >
33
29
</dependencies >
34
30
</project >
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >org.springframework</groupId >
35
35
<artifactId >spring-core</artifactId >
36
- <exclusions >
37
- <exclusion >
38
- <groupId >commons-logging</groupId >
39
- <artifactId >commons-logging</artifactId >
40
- </exclusion >
41
- </exclusions >
42
36
</dependency >
43
37
<dependency >
44
38
<groupId >org.yaml</groupId >
You can’t perform that action at this time.
0 commit comments