J3daiah / geocoder-java

Automatically exported from code.google.com/p/geocoder-java
0 stars 0 forks source link

Remove dependency to commons-lang-2.6 or upgrade to 3 #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by panchmp on 9 Mar 2013 at 6:46