Skip to content

Commit da5ba46

Browse files
Add slf4j-simple
1 parent e43303e commit da5ba46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

its/ruling/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
<version>${project.version}</version>
8585
<scope>test</scope>
8686
</dependency>
87+
<dependency>
88+
<groupId>org.slf4j</groupId>
89+
<artifactId>slf4j-simple</artifactId>
90+
<version>2.0.17</version>
91+
</dependency>
8792
<!-- not a direct code dependency, but needed to download it and install it into SonarQube -->
8893
<dependency>
8994
<groupId>org.sonarsource.java</groupId>

0 commit comments

Comments
 (0)