Skip to content

Commit

Permalink
POM: add xml-dtd module dependency on test scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Sep 17, 2020
1 parent b11c4b8 commit e24b150
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
<scope>compile</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>io.sf.carte</groupId>
<artifactId>xml-dtd</artifactId>
<version>${project.parent.version}</version>
<type>jar</type>
<scope>test</scope>
<optional>false</optional>
</dependency>
<dependency>
<groupId>io.sf.carte</groupId>
<artifactId>css4j</artifactId>
Expand Down

0 comments on commit e24b150

Please sign in to comment.