Bug 45410

Summary: [PATCH] Remove dependency to commons-beanutils
Product: POI Reporter: Jukka Zitting <jukka>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: minor Keywords: PatchAvailable
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Remove dependency to commons-beanutils

Description Jukka Zitting 2008-07-16 07:55:50 UTC
Created attachment 22266 [details]
Remove dependency to commons-beanutils

The commons-beanutils dependency is only used by the HSSFCellUtil class
in contrib. The attached patch replaces the dependency with two private utility
methods that copy the format properties of a cell style to a Map and back.
Comment 1 Josh Micich 2008-07-16 11:49:30 UTC
Applied in svn r677376

Also removed dependency on commons-lang, and commons-collections.