Bug 62735 - poi-ooxml 4.0.0 should have dependency on curvesapi 1.05
Summary: poi-ooxml 4.0.0 should have dependency on curvesapi 1.05
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 4.0.0-FINAL
Hardware: PC Mac OS X 10.1
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-18 17:34 UTC by PJ Fanning
Modified: 2018-09-18 19:58 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2018-09-18 17:34:46 UTC
https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml/4.0.0 shows 1.04 dependency in pom.xml

But our build actually compiles with curvesapi 1.05
Comment 2 PJ Fanning 2018-09-18 18:02:04 UTC
commons-codec dependency in pom.xml updated to 1.11 to match compile time dependency
Comment 3 Dominik Stadler 2018-09-18 19:52:09 UTC
Maybe we can do automatic replacements of these versions in the secondary build-files based on the version in the build.xml so we do not miss this again when updating dependencies?
Comment 4 PJ Fanning 2018-09-18 19:58:14 UTC
My preferred solution would be to move the main build to gradle. Dependency management and deployment is much easier with gradle and maven than with ant.