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:
parent
9dbdbe682a
commit
7933ce9426
11
main/pom.xml
11
main/pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user