Hello, > this is my pom.xml ile.Please i need your help
You are using GeoTools 2.6.3 for most of your dependencies... > <properties> > <geotools.version>2.6.3</geotools.version> > </properties> But then you are trying to use this module from a much older version... > <dependency> > <groupId>org.geotools</groupId> > <artifactId>gt2-tile</artifactId> > <version>2.5-M1</version> > </dependency> This will be the cause of your problems. What classes are you trying to use from the old gt2-tile module ? Michael ------------------------------------------------------------------------------ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
