Skip to content

Commit fb84bd2

Browse files
committed
Add slf4j dependency;
1 parent 815803e commit fb84bd2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@
5454
<version>4.11</version>
5555
<scope>test</scope>
5656
</dependency>
57+
<dependency>
58+
<groupId>org.slf4j</groupId>
59+
<artifactId>slf4j-api</artifactId>
60+
<version>1.7.29</version>
61+
<scope>test</scope>
62+
</dependency>
63+
<dependency>
64+
<groupId>org.slf4j</groupId>
65+
<artifactId>slf4j-log4j12</artifactId>
66+
<version>1.7.29</version>
67+
<scope>test</scope>
68+
</dependency>
69+
5770
</dependencies>
5871

5972
<distributionManagement>

0 commit comments

Comments
 (0)