Update odftoolkit to 0.9.0 (#4326)

* Update odftoolkit to 0.9.0

* Restore exclusion because sadly xml-apis remains an indirect dependency.
This commit is contained in:
Antonin Delpeuch 2021-11-28 07:36:12 +01:00 committed by GitHub
parent 9dbdbe682a
commit 7933ce9426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>