File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 266266 <dependency >
267267 <groupId >io.moquette</groupId >
268268 <artifactId >moquette-broker</artifactId >
269+ <exclusions >
270+ <exclusion >
271+ <groupId >org.slf4j</groupId >
272+ <artifactId >slf4j-reload4j</artifactId >
273+ </exclusion >
274+ </exclusions >
269275 </dependency >
270276 <dependency >
271277 <groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change 188188 <artifactId >slf4j-api</artifactId >
189189 <version >${slf4j.version} </version >
190190 </dependency >
191- <dependency >
192- <groupId >org.slf4j</groupId >
193- <artifactId >slf4j-reload4j</artifactId >
194- <version >${slf4j.version} </version >
195- </dependency >
196191 <dependency >
197192 <groupId >org.apache.thrift</groupId >
198193 <artifactId >libthrift</artifactId >
You can’t perform that action at this time.
0 commit comments