Exclude duplicate dependency from odftoolkit. (#4297)

Closes #4296.
This commit is contained in:
Antonin Delpeuch 2021-11-16 21:38:41 +01:00 committed by GitHub
parent 21fc4375bd
commit b0432e5397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>