Skip to content

Commit fc05207

Browse files
committed
added dependency to get the test to work
1 parent d3464f7 commit fc05207

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
<version>4.0.16-alpha</version>
6868
<scope>test</scope>
6969
</dependency>
70+
<dependency>
71+
<groupId>org.slf4j</groupId>
72+
<artifactId>slf4j-simple</artifactId>
73+
<version>2.0.12</version>
74+
<scope>test</scope>
75+
</dependency>
7076
</dependencies>
7177
<build>
7278
<plugins>

0 commit comments

Comments
 (0)