Drop commons-codec dependency from tika-core --------------------------------------------
Key: TIKA-222 URL: https://issues.apache.org/jira/browse/TIKA-222 Project: Tika Issue Type: Improvement Reporter: Jukka Zitting Assignee: Jukka Zitting Fix For: 0.4 The only use of commons-codec in tika-core is in the MagicMatch class, where it's used to parse hexadecimal representation of bytes. We could replace that with Byte.parseByte(..., 16). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.