Skip to content

Commit e00f19c

Browse files
committed
log dependency correction
1 parent 27741b0 commit e00f19c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@
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>
@@ -201,12 +209,6 @@
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>

0 commit comments

Comments
 (0)