Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9df04438dd
11
main/pom.xml
11
main/pom.xml
@ -260,10 +260,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.odftoolkit</groupId>
|
<groupId>org.odftoolkit</groupId>
|
||||||
<artifactId>odfdom-java</artifactId>
|
<artifactId>odfdom-java</artifactId>
|
||||||
<version>0.9.0-RC1</version>
|
<version>0.9.0</version>
|
||||||
<!-- workaround for https://github.com/tdf/odftoolkit/issues/131
|
<!-- workaround for https://github.com/tdf/odftoolkit/issues/131,
|
||||||
can be removed as soon as this library is updated to a newer version with
|
which is unfortunately still not solved after
|
||||||
https://github.com/tdf/odftoolkit/pull/132 in it. -->
|
https://github.com/tdf/odftoolkit/pull/132
|
||||||
|
because xml-apis remains an indirect dependency of this library
|
||||||
|
through xercesImpl.
|
||||||
|
-->
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>xml-apis</groupId>
|
<groupId>xml-apis</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user