Skip to content

Commit

Permalink
Add explicit dependency to xml-apis. (#94)
Browse files Browse the repository at this point in the history
Fixes #93
  • Loading branch information
Wnt authored and hesara committed Mar 14, 2017
1 parent 28e7534 commit 510aff8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,12 @@
<artifactId>plexus-compiler-javac</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<!-- needed by license checker -->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>
</dependencies>
<profiles>

Expand Down

0 comments on commit 510aff8

Please sign in to comment.