Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
We're only using the Apache Commons Codec library in a single class in the web application, for converting a byte array to hex.
However, it's not even necessary there since there are alternative methods available.
Let's remove this dependency entirely.