Skip to content

Commit 902c3af

Browse files
committed
chore: add slf4-simple for test to avoid warning during test execution, see #77
1 parent ed267ef commit 902c3af

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
<version>${mockk.version}</version>
102102
<scope>test</scope>
103103
</dependency>
104+
<dependency>
105+
<groupId>org.slf4j</groupId>
106+
<artifactId>slf4j-simple</artifactId>
107+
<version>${slf4j.version}</version>
108+
<scope>test</scope>
109+
</dependency>
104110
</dependencies>
105111
</dependencyManagement>
106112

@@ -153,6 +159,12 @@
153159
<artifactId>mockk</artifactId>
154160
<scope>test</scope>
155161
</dependency>
162+
<dependency>
163+
<groupId>org.slf4j</groupId>
164+
<artifactId>slf4j-simple</artifactId>
165+
<scope>test</scope>
166+
</dependency>
167+
156168
</dependencies>
157169

158170
<!-- License Stuff -->

0 commit comments

Comments
 (0)