File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >io.swagger.parser.v3</groupId >
27
27
<artifactId >swagger-parser-v2-converter</artifactId >
28
+ <exclusions >
29
+ <exclusion >
30
+ <groupId >commons-logging</groupId >
31
+ <artifactId >commons-logging</artifactId >
32
+ </exclusion >
33
+ </exclusions >
28
34
</dependency >
29
35
<dependency >
30
36
<groupId >com.j2html</groupId >
38
44
<groupId >org.slf4j</groupId >
39
45
<artifactId >slf4j-api</artifactId >
40
46
</dependency >
47
+ <dependency >
48
+ <groupId >org.slf4j</groupId >
49
+ <artifactId >jcl-over-slf4j</artifactId >
50
+ </dependency >
41
51
<dependency >
42
52
<groupId >org.junit.jupiter</groupId >
43
53
<artifactId >junit-jupiter</artifactId >
Original file line number Diff line number Diff line change 141
141
<artifactId >slf4j-api</artifactId >
142
142
<version >${slf4j.version} </version >
143
143
</dependency >
144
+ <dependency >
145
+ <groupId >org.slf4j</groupId >
146
+ <artifactId >jcl-over-slf4j</artifactId >
147
+ <version >${slf4j.version} </version >
148
+ </dependency >
144
149
<dependency >
145
150
<groupId >ch.qos.logback</groupId >
146
151
<artifactId >logback-classic</artifactId >
You can’t perform that action at this time.
0 commit comments