File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0
4
4
http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
- <!-- The Basics -->
7
6
<parent >
8
7
<groupId >io.sf.carte</groupId >
9
8
<artifactId >css4j-dist</artifactId >
28
27
<type >test-jar</type >
29
28
<scope >test</scope >
30
29
</dependency >
31
- <!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser -->
32
30
<dependency >
33
- <groupId >nu.validator.htmlparser </groupId >
31
+ <groupId >nu.validator</groupId >
34
32
<artifactId >htmlparser</artifactId >
35
- <version >1.4</version >
33
+ <version >1.4.16 </version >
36
34
<scope >test</scope >
37
35
<optional >false</optional >
38
36
</dependency >
111
109
<url >https://maven.pkg.github.com/css4j/css4j-awt</url >
112
110
</repository >
113
111
</distributionManagement >
112
+ <issueManagement >
113
+ <url >https://github.com/css4j/css4j-awt/issues</url >
114
+ </issueManagement >
114
115
</project >
You can’t perform that action at this time.
0 commit comments