Skip to content

Commit

Permalink
POM: add a test dependency on slf4j-api.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Dec 18, 2020
1 parent 05f698c commit d24a8ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,19 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser -->
<dependency>
<groupId>nu.validator</groupId>
<artifactId>htmlparser</artifactId>
<version>1.4.16</version>
<scope>test</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
<scope>test</scope>
</dependency>
</dependencies>
<!-- Build Settings -->
<build>
Expand Down

0 comments on commit d24a8ff

Please sign in to comment.