File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2293
2293
<artifactId >slf4j-api</artifactId >
2294
2294
<version >${slf4j.version} </version >
2295
2295
</dependency >
2296
+ <dependency >
2297
+ <groupId >org.slf4j</groupId >
2298
+ <artifactId >slf4j-ext</artifactId >
2299
+ <version >${slf4j.version} </version >
2300
+ </dependency >
2301
+ <dependency >
2302
+ <groupId >org.slf4j</groupId >
2303
+ <artifactId >slf4j-jcl</artifactId >
2304
+ <version >${slf4j.version} </version >
2305
+ </dependency >
2296
2306
<dependency >
2297
2307
<groupId >org.slf4j</groupId >
2298
2308
<artifactId >slf4j-jdk14</artifactId >
2303
2313
<artifactId >slf4j-log4j12</artifactId >
2304
2314
<version >${slf4j.version} </version >
2305
2315
</dependency >
2316
+ <dependency >
2317
+ <groupId >org.slf4j</groupId >
2318
+ <artifactId >slf4j-log4j13</artifactId >
2319
+ <version >${slf4j.version} </version >
2320
+ </dependency >
2321
+ <dependency >
2322
+ <groupId >org.slf4j</groupId >
2323
+ <artifactId >slf4j-nop</artifactId >
2324
+ <version >${slf4j.version} </version >
2325
+ </dependency >
2306
2326
<dependency >
2307
2327
<groupId >org.slf4j</groupId >
2308
2328
<artifactId >slf4j-simple</artifactId >
You can’t perform that action at this time.
0 commit comments