Bug 62735

Summary: poi-ooxml 4.0.0 should have dependency on curvesapi 1.05
Product: POI Reporter: PJ Fanning <fanningpj>
Component: XSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 4.0.0-FINAL   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X 10.1   

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.