File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >io.swagger.parser.v3</groupId >
2727 <artifactId >swagger-parser-v2-converter</artifactId >
28+ <exclusions >
29+ <exclusion >
30+ <groupId >commons-logging</groupId >
31+ <artifactId >commons-logging</artifactId >
32+ </exclusion >
33+ </exclusions >
2834 </dependency >
2935 <dependency >
3036 <groupId >com.j2html</groupId >
3844 <groupId >org.slf4j</groupId >
3945 <artifactId >slf4j-api</artifactId >
4046 </dependency >
47+ <dependency >
48+ <groupId >org.slf4j</groupId >
49+ <artifactId >jcl-over-slf4j</artifactId >
50+ </dependency >
4151 <dependency >
4252 <groupId >org.junit.jupiter</groupId >
4353 <artifactId >junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 141141 <artifactId >slf4j-api</artifactId >
142142 <version >${slf4j.version} </version >
143143 </dependency >
144+ <dependency >
145+ <groupId >org.slf4j</groupId >
146+ <artifactId >jcl-over-slf4j</artifactId >
147+ <version >${slf4j.version} </version >
148+ </dependency >
144149 <dependency >
145150 <groupId >ch.qos.logback</groupId >
146151 <artifactId >logback-classic</artifactId >
You can’t perform that action at this time.
0 commit comments