Skip to content

Commit

Permalink
Resolve issue #125 by updating pom.xml by hand (marking Saxon optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Sep 24, 2013
1 parent 606743d commit bb7b546
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -77,6 +77,9 @@
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>9.5.1-1</version>
<!-- Marking this dependency as optional allows users to explicitly include
the correct Saxon version in the calling library. -->
<optional>true</optional>
</dependency>

<!-- No need to specify commons-logging or commons-codec - they're transitive dependencies of httpclient -->
Expand Down

0 comments on commit bb7b546

Please sign in to comment.