We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655a3f8 commit 5504d6aCopy full SHA for 5504d6a
pom.xml
@@ -1510,6 +1510,10 @@
1510
<groupId>commons-io</groupId>
1511
<artifactId>commons-io</artifactId>
1512
</exclusion>
1513
+ <exclusion>
1514
+ <groupId>xml-apis</groupId>
1515
+ <artifactId>xml-apis</artifactId>
1516
+ </exclusion>
1517
</exclusions>
1518
</dependency>
1519
src/site/xdoc/images-howto.xml
@@ -24,7 +24,7 @@
24
</p>
25
<p>
26
To overcome this limitation you have to install support for more file formats from
27
- <a href=" https://github.com/haraldk/TwelveMonkeys">TwelveMonkeys</a>
+ <a href="https://github.com/haraldk/TwelveMonkeys">TwelveMonkeys</a>
28
29
<subsection name="Example">
30
0 commit comments