Merge remote-tracking branch 'origin/master'

This commit is contained in:
Hosted Weblate 2021-11-28 07:36:17 +01:00
commit 9df04438dd
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -260,10 +260,13 @@
<dependency>
<groupId>org.odftoolkit</groupId>
<artifactId>odfdom-java</artifactId>
<version>0.9.0-RC1</version>
<!-- workaround for https://github.com/tdf/odftoolkit/issues/131
can be removed as soon as this library is updated to a newer version with
https://github.com/tdf/odftoolkit/pull/132 in it. -->
<version>0.9.0</version>
<!-- workaround for https://github.com/tdf/odftoolkit/issues/131,
which is unfortunately still not solved after
https://github.com/tdf/odftoolkit/pull/132
because xml-apis remains an indirect dependency of this library
through xercesImpl.
-->
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>