Skip to content

Commit 1bb065c

Browse files
Abhi Singhfrancisf
authored andcommitted
added slf4j-simple dependency
1 parent ad7ffc2 commit 1bb065c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
<artifactId>slf4j-api</artifactId>
2929
<version>${slf4j.version}</version>
3030
</dependency>
31+
<dependency>
32+
<groupId>org.slf4j</groupId>
33+
<artifactId>slf4j-simple</artifactId>
34+
<version>${slf4j.version}</version>
35+
</dependency>
3136

3237
<dependency>
3338
<groupId>io.cucumber</groupId>
@@ -188,4 +193,4 @@
188193
</profile>
189194
</profiles>
190195

191-
</project>
196+
</project>

0 commit comments

Comments
 (0)