elastic / elastic/thumbnails4j
poi-ooxml-schemas and ooxml-schemas contain duplicate classes
Open
bug
- Dominant language
- Java
- Stars
- 26
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
the thumbnails4j-all artifact has two transitive dependencies:
- `ooxml-schemas-1.4.jar`
- `poi-ooxml-schemas-4.1.2.jar`
which contain duplicate classes. One example is: `com.microsoft.schemas.compatibility.AlternateContentDocument$AlternateContent$Choice$Factory`
This could lead to unexpected behavior at runtime, and would be dependent on classloading order.
Contributor guide
Assessment
This issue has not been assessed yet.