Skip to content

Commit 5504d6a

Browse files
committed
exclude 'xml-apis' from 'batik-transcoder' dependencies, we have it in jdk 17 already
1 parent 655a3f8 commit 5504d6a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1510,6 +1510,10 @@
15101510
<groupId>commons-io</groupId>
15111511
<artifactId>commons-io</artifactId>
15121512
</exclusion>
1513+
<exclusion>
1514+
<groupId>xml-apis</groupId>
1515+
<artifactId>xml-apis</artifactId>
1516+
</exclusion>
15131517
</exclusions>
15141518
</dependency>
15151519

src/site/xdoc/images-howto.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</p>
2525
<p>
2626
To overcome this limitation you have to install support for more file formats from
27-
<a href=" https://github.com/haraldk/TwelveMonkeys">TwelveMonkeys</a>
27+
<a href="https://github.com/haraldk/TwelveMonkeys">TwelveMonkeys</a>
2828
</p>
2929
<subsection name="Example">
3030
<p>

0 commit comments

Comments
 (0)