File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 191
191
</property >
192
192
</activation >
193
193
<dependencies >
194
+ <dependency >
195
+ <groupId >org.apache.logging.log4j</groupId >
196
+ <artifactId >log4j-api</artifactId >
197
+ <version >2.17.0</version >
198
+ </dependency >
199
+ <dependency >
200
+ <groupId >org.apache.logging.log4j</groupId >
201
+ <artifactId >log4j-core</artifactId >
202
+ <version >2.17.0</version >
203
+ </dependency >
204
+ <dependency >
205
+ <groupId >org.apache.logging.log4j</groupId >
206
+ <artifactId >log4j-slf4j-impl</artifactId >
207
+ <version >2.17.0</version >
208
+ </dependency >
209
+ <dependency >
210
+ <groupId >org.apache.logging.log4j</groupId >
211
+ <artifactId >log4j-jul</artifactId >
212
+ <version >2.17.0</version >
213
+ </dependency >
194
214
<dependency >
195
215
<groupId >org.springframework.boot</groupId >
196
216
<artifactId >spring-boot-starter-log4j2</artifactId >
217
+ <exclusions >
218
+ <exclusion >
219
+ <groupId >org.apache.logging.log4j</groupId >
220
+ <artifactId >log4j-api</artifactId >
221
+ </exclusion >
222
+ <exclusion >
223
+ <groupId >org.apache.logging.log4j</groupId >
224
+ <artifactId >log4j-core</artifactId >
225
+ </exclusion >
226
+ <exclusion >
227
+ <groupId >org.apache.logging.log4j</groupId >
228
+ <artifactId >log4j-slf4j-impl</artifactId >
229
+ </exclusion >
230
+ <exclusion >
231
+ <groupId >org.apache.logging.log4j</groupId >
232
+ <artifactId >log4j-jul</artifactId >
233
+ </exclusion >
234
+ </exclusions >
197
235
</dependency >
198
236
<dependency >
199
237
<groupId >com.sap.hcp.cf.logging</groupId >
You can’t perform that action at this time.
0 commit comments