From: Michael B. <mic...@gm...> - 2009-06-10 05:49:36
|
Hi Luong, > <dependency> > <groupId>org.geotools</groupId> > <artifactId>geotools</artifactId> > <version>2.5.5</version> > </dependency> I'm not sure what this one is meant to be but it won't do anything useful for you. There is no module (artifact in maven-speak) called 'geotools'. All of the module names are of the form gt-module-name Also I notice that you have a mix of versions with your other dependencies. It's a good idea to use the same version for all of them, e.g. change them all to version 2.5.5 Hope this helps Michael |