parent
21fc4375bd
commit
b0432e5397
@ -270,6 +270,15 @@
|
||||
<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. -->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openrefine.dependencies</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user