Skip to content

Commit e24b150

Browse files
committed
POM: add xml-dtd module dependency on test scope.
1 parent b11c4b8 commit e24b150

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<scope>compile</scope>
2121
<optional>false</optional>
2222
</dependency>
23+
<dependency>
24+
<groupId>io.sf.carte</groupId>
25+
<artifactId>xml-dtd</artifactId>
26+
<version>${project.parent.version}</version>
27+
<type>jar</type>
28+
<scope>test</scope>
29+
<optional>false</optional>
30+
</dependency>
2331
<dependency>
2432
<groupId>io.sf.carte</groupId>
2533
<artifactId>css4j</artifactId>

0 commit comments

Comments
 (0)