bryan-emmanuel / javageomodel

Automatically exported from code.google.com/p/javageomodel
0 stars 0 forks source link

Missing Dependency #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
GeocellManager has a runtime dependency on apache commons StringUtils.

If the dependency is not included in the project, you get the error below:

java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils
    at   com.beoui.geocell.GeocellManager.proximityFetch(GeocellManager.java:289)
    at com.beoui.geocell.GeocellManager.proximityFetch(GeocellManager.java:406)

--------------------------------------------------------------

Please include the following dependency in the instructions:

<dependency>
  <groupId>commons-lang</groupId>
  <artifactId>commons-lang</artifactId>
  <version>2.5</version>
</dependency>

Original issue reported on code.google.com by ad...@basileus.mobi on 14 Nov 2010 at 4:30

GoogleCodeExporter commented 8 years ago
There is already the dependency with the version 2.4 in the pom, and in this 
version there is already the StringUtils class, so I don't understand how you 
get this problem. Can you try again and check where it comes from?

Original comment by alexandr...@gmail.com on 15 Nov 2010 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by alexandr...@gmail.com on 22 Nov 2010 at 7:07