File tree Expand file tree Collapse file tree 6 files changed +56
-9
lines changed Expand file tree Collapse file tree 6 files changed +56
-9
lines changed Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >org.slf4j</groupId >
70
70
<artifactId >slf4j-api</artifactId >
71
+ <exclusions >
72
+ <exclusion >
73
+ <artifactId >*</artifactId >
74
+ <groupId >*</groupId >
75
+ </exclusion >
76
+ </exclusions >
71
77
</dependency >
72
78
<dependency >
73
79
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 418
418
</exclusions >
419
419
</dependency >
420
420
<dependency >
421
- <groupId >org.slf4j</groupId >
422
- <artifactId >slf4j-log4j12</artifactId >
423
- <version >${slf4j.version} </version >
421
+ <groupId >org.apache.logging.log4j</groupId >
422
+ <artifactId >log4j-slf4j-impl</artifactId >
424
423
<scope >compile</scope >
425
424
</dependency >
426
425
<dependency >
865
864
<groupId >org.slf4j</groupId >
866
865
<artifactId >jcl-over-slf4j</artifactId >
867
866
<version >${slf4j.version} </version >
867
+ <exclusions >
868
+ <exclusion >
869
+ <artifactId >*</artifactId >
870
+ <groupId >*</groupId >
871
+ </exclusion >
872
+ </exclusions >
868
873
</dependency >
869
874
<dependency >
870
875
<groupId >rhino</groupId >
936
941
<groupId >org.slf4j</groupId >
937
942
<artifactId >slf4j-api</artifactId >
938
943
<version >${slf4j.version} </version >
944
+ <exclusions >
945
+ <exclusion >
946
+ <artifactId >*</artifactId >
947
+ <groupId >*</groupId >
948
+ </exclusion >
949
+ </exclusions >
939
950
</dependency >
940
951
<dependency >
941
952
<groupId >jcommon</groupId >
Original file line number Diff line number Diff line change 310
310
<dependency >
311
311
<groupId >org.slf4j</groupId >
312
312
<artifactId >slf4j-api</artifactId >
313
+ <exclusions >
314
+ <exclusion >
315
+ <artifactId >*</artifactId >
316
+ <groupId >*</groupId >
317
+ </exclusion >
318
+ </exclusions >
313
319
</dependency >
314
320
<!-- Only needed for runtime testing -->
315
321
<dependency >
Original file line number Diff line number Diff line change 161
161
<groupId >org.slf4j</groupId >
162
162
<artifactId >slf4j-api</artifactId >
163
163
<version >${slf4j.version} </version >
164
+ <exclusions >
165
+ <exclusion >
166
+ <artifactId >*</artifactId >
167
+ <groupId >*</groupId >
168
+ </exclusion >
169
+ </exclusions >
164
170
</dependency >
165
171
<!-- Only needed for runtime testing -->
166
172
<dependency >
167
- <groupId >org.slf4j</groupId >
168
- <artifactId >slf4j-log4j12</artifactId >
169
- <version >${slf4j.version} </version >
173
+ <groupId >org.apache.logging.log4j</groupId >
174
+ <artifactId >log4j-slf4j-impl</artifactId >
175
+ <version >${log4j.version} </version >
176
+ <exclusions >
177
+ <exclusion >
178
+ <artifactId >*</artifactId >
179
+ <groupId >*</groupId >
180
+ </exclusion >
181
+ </exclusions >
170
182
<scope >test</scope >
171
183
</dependency >
172
184
<dependency >
Original file line number Diff line number Diff line change 712
712
<dependency >
713
713
<groupId >org.slf4j</groupId >
714
714
<artifactId >slf4j-api</artifactId >
715
+ <exclusions >
716
+ <exclusion >
717
+ <artifactId >*</artifactId >
718
+ <groupId >*</groupId >
719
+ </exclusion >
720
+ </exclusions >
715
721
</dependency >
716
722
<dependency >
717
723
<groupId >xml-apis</groupId >
Original file line number Diff line number Diff line change 144
144
</exclusions >
145
145
</dependency >
146
146
<dependency >
147
- <groupId >org.slf4j</groupId >
148
- <artifactId >slf4j-log4j12</artifactId >
149
- <version >${slf4j.version} </version >
147
+ <groupId >org.apache.logging.log4j</groupId >
148
+ <artifactId >log4j-slf4j-impl</artifactId >
149
+ <version >${log4j.version} </version >
150
+ <exclusions >
151
+ <exclusion >
152
+ <artifactId >*</artifactId >
153
+ <groupId >*</groupId >
154
+ </exclusion >
155
+ </exclusions >
150
156
<scope >test</scope >
151
157
</dependency >
152
158
You can’t perform that action at this time.
0 commit comments