It looks like only StringUtils.isNotEmpty() from that dependency is used.
There is a 3.1 version of the library dependency already.
Adding geocoder-java as a dependency to a project using 3.1 version of commons
lang adds commons-lang-2.6 to the projects class path which makes it prone for
prone for the developer to use commons-lang-2.6 classes rather than
commons-lang-3.x (because of IDEs auto import feature)
Original issue reported on code.google.com by pa...@anahata-it.com.au on 9 Mar 2013 at 4:20
Original issue reported on code.google.com by
pa...@anahata-it.com.au
on 9 Mar 2013 at 4:20