https://bz.apache.org/bugzilla/show_bug.cgi?id=59128
Bug ID: 59128
Summary: ooxml-schemas 1.3 and ooxml-security 1.1 have outdated
xmlbeans dependency
Product: POI
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: dev@poi.apache.org
Reporter: dtn-asfbugs@corefiling.co.uk
The full-scope schema JARs, ooxml-schemas 1.3 and ooxml-security 1.1 depend on
xmlbeans 2.3. It should be 2.6 to match the dependency in the rest of POI.
See:
http://mvnrepository.com/artifact/org.apache.poi/ooxml-schemas/1.3
http://mvnrepository.com/artifact/org.apache.poi/ooxml-security/1.1
In practice this probably doesn't matter as users using these will also be
depending on poi-ooxml, which will pull in xmlbeans 2.6.0 via transitive
dependencies to poi-ooxml-schemas, and most Maven/Ivy-like tools will evict
2.3.0 in favour of 2.6.0 to resolve the clash.
We should fix this, though, presumably by issuing ooxml-schemas 1.3.1 and
ooxml-security 1.1.1.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|