File tree 3 files changed +3
-32
lines changed
log4j-spring-cloud-config-client
3 files changed +3
-32
lines changed Original file line number Diff line number Diff line change 80
80
</dependency >
81
81
<dependency >
82
82
<groupId >org.apache.logging.log4j</groupId >
83
- <artifactId >log4j-jcl</artifactId >
84
- <scope >test</scope >
85
- </dependency >
86
- <dependency >
87
- <groupId >org.apache.logging.log4j</groupId >
88
- <artifactId >log4j-slf4j-impl</artifactId >
83
+ <artifactId >log4j-slf4j2-impl</artifactId >
89
84
<scope >test</scope >
90
85
</dependency >
91
86
<dependency >
Original file line number Diff line number Diff line change 120
120
121
121
<!-- Spring requires an implementation of `commons-logging` and we excluded `spring-jcl` above -->
122
122
<dependency >
123
- <groupId >org.apache. logging.log4j </groupId >
124
- <artifactId >log4j-jcl </artifactId >
123
+ <groupId >commons- logging</groupId >
124
+ <artifactId >commons-logging </artifactId >
125
125
<scope >test</scope >
126
126
</dependency >
127
127
Original file line number Diff line number Diff line change 367
367
<version >${project.version} </version >
368
368
</dependency >
369
369
370
- <dependency >
371
- <groupId >org.apache.logging.log4j</groupId >
372
- <artifactId >log4j-appserver</artifactId >
373
- <version >${project.version} </version >
374
- </dependency >
375
-
376
370
<dependency >
377
371
<groupId >org.apache.logging.log4j</groupId >
378
372
<artifactId >log4j-async-logger</artifactId >
433
427
<version >${project.version} </version >
434
428
</dependency >
435
429
436
- <dependency >
437
- <groupId >org.apache.logging.log4j</groupId >
438
- <artifactId >log4j-jcl</artifactId >
439
- <version >${project.version} </version >
440
- </dependency >
441
-
442
430
<dependency >
443
431
<groupId >org.apache.logging.log4j</groupId >
444
432
<artifactId >log4j-jctools</artifactId >
487
475
<version >${project.version} </version >
488
476
</dependency >
489
477
490
- <dependency >
491
- <groupId >org.apache.logging.log4j</groupId >
492
- <artifactId >log4j-layout-jackson</artifactId >
493
- <version >${project.version} </version >
494
- </dependency >
495
-
496
- <dependency >
497
- <groupId >org.apache.logging.log4j</groupId >
498
- <artifactId >log4j-layout-jackson-xml</artifactId >
499
- <version >${project.version} </version >
500
- </dependency >
501
-
502
478
<dependency >
503
479
<groupId >org.apache.logging.log4j</groupId >
504
480
<artifactId >log4j-layout-template-json</artifactId >
You can’t perform that action at this time.
0 commit comments