File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 140140 <version >${google.re2j} </version >
141141 </dependency >
142142
143+ <dependency >
144+ <groupId >org.slf4j</groupId >
145+ <artifactId >slf4j-api</artifactId >
146+ <version >2.0.17</version >
147+ <!-- To keep with this scope otherwise logging system will be not ok on custom plugins -->
148+ <scope >provided</scope >
149+ </dependency >
150+
143151 <!-- TEST sources dependencies -->
144152 <dependency >
145153 <groupId >org.sonarsource.java</groupId >
201209 <version >0.0.1</version >
202210 <scope >test</scope >
203211 </dependency >
204- <dependency >
205- <groupId >org.slf4j</groupId >
206- <artifactId >slf4j-api</artifactId >
207- <version >2.0.13</version >
208- <scope >test</scope >
209- </dependency >
210212 <dependency >
211213 <groupId >ch.qos.logback</groupId >
212214 <artifactId >logback-classic</artifactId >
You can’t perform that action at this time.
0 commit comments