File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 3030 <dependencies >
3131 <!-- Script -->
3232 <dependency >
33- <groupId >commons-logging</groupId >
34- <artifactId >commons-logging</artifactId >
35- <version >1.3.5</version >
33+ <groupId >org.springframework</groupId >
34+ <artifactId >spring-core</artifactId >
3635 <scope >compile</scope >
3736 </dependency >
3837 <dependency >
39- <groupId >org.slf4j</groupId >
40- <artifactId >slf4j-api</artifactId >
41- <version >2.0.16</version >
42- <scope >compile</scope >
38+ <groupId >ch.qos.logback</groupId >
39+ <artifactId >logback-classic</artifactId >
4340 </dependency >
4441 <dependency >
45- <groupId >org.springframework</groupId >
46- <artifactId >spring-core</artifactId >
47- <scope >compile</scope >
42+ <groupId >org.apache.logging.log4j</groupId >
43+ <artifactId >log4j-to-slf4j</artifactId >
44+ </dependency >
45+ <dependency >
46+ <groupId >org.slf4j</groupId >
47+ <artifactId >jul-to-slf4j</artifactId >
4848 </dependency >
4949 <dependency >
5050 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments