Skip to content

Commit b62b17c

Browse files
committed
Maven POM: depend on nu.validator instead of nu.validator.htmlparser test artifact.
(cherry picked from commit 685af3c)
1 parent 04f6679 commit b62b17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
</dependency>
3131
<!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser -->
3232
<dependency>
33-
<groupId>nu.validator.htmlparser</groupId>
33+
<groupId>nu.validator</groupId>
3434
<artifactId>htmlparser</artifactId>
35-
<version>1.4</version>
35+
<version>[1.4,1.5)</version>
3636
<scope>compile</scope>
3737
<optional>false</optional>
3838
</dependency>

0 commit comments

Comments
 (0)