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 22932293 <artifactId >slf4j-api</artifactId >
22942294 <version >${slf4j.version} </version >
22952295 </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 >
22962306 <dependency >
22972307 <groupId >org.slf4j</groupId >
22982308 <artifactId >slf4j-jdk14</artifactId >
23032313 <artifactId >slf4j-log4j12</artifactId >
23042314 <version >${slf4j.version} </version >
23052315 </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 >
23062326 <dependency >
23072327 <groupId >org.slf4j</groupId >
23082328 <artifactId >slf4j-simple</artifactId >
You can’t perform that action at this time.
0 commit comments