We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7ffc2 commit 1bb065cCopy full SHA for 1bb065c
pom.xml
@@ -28,6 +28,11 @@
28
<artifactId>slf4j-api</artifactId>
29
<version>${slf4j.version}</version>
30
</dependency>
31
+ <dependency>
32
+ <groupId>org.slf4j</groupId>
33
+ <artifactId>slf4j-simple</artifactId>
34
+ <version>${slf4j.version}</version>
35
+ </dependency>
36
37
<dependency>
38
<groupId>io.cucumber</groupId>
@@ -188,4 +193,4 @@
188
193
</profile>
189
194
</profiles>
190
195
191
-</project>
196
+</project>
0 commit comments