We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed267ef commit 902c3afCopy full SHA for 902c3af
pom.xml
@@ -101,6 +101,12 @@
101
<version>${mockk.version}</version>
102
<scope>test</scope>
103
</dependency>
104
+ <dependency>
105
+ <groupId>org.slf4j</groupId>
106
+ <artifactId>slf4j-simple</artifactId>
107
+ <version>${slf4j.version}</version>
108
+ <scope>test</scope>
109
+ </dependency>
110
</dependencies>
111
</dependencyManagement>
112
@@ -153,6 +159,12 @@
153
159
<artifactId>mockk</artifactId>
154
160
155
161
162
163
164
165
166
167
+
156
168
157
169
158
170
<!-- License Stuff -->
0 commit comments