Skip to content

Commit d24a8ff

Browse files
committed
POM: add a test dependency on slf4j-api.
1 parent 05f698c commit d24a8ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,19 @@
2828
<type>test-jar</type>
2929
<scope>test</scope>
3030
</dependency>
31-
<!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser -->
3231
<dependency>
3332
<groupId>nu.validator</groupId>
3433
<artifactId>htmlparser</artifactId>
3534
<version>1.4.16</version>
3635
<scope>test</scope>
3736
<optional>false</optional>
3837
</dependency>
38+
<dependency>
39+
<groupId>org.slf4j</groupId>
40+
<artifactId>slf4j-api</artifactId>
41+
<version>1.7.30</version>
42+
<scope>test</scope>
43+
</dependency>
3944
</dependencies>
4045
<!-- Build Settings -->
4146
<build>

0 commit comments

Comments
 (0)