Hi Ziad,

You're using an old repository that is no longer updated.  Edit you
pom.xml file to use this one instead...

<repository>
    <id>osgeo</id>
    <name>Open Source Geospatial Foundation Repository</name>
    <url>http://download.osgeo.org/webdav/geotools/</url>
</repository>

(see http://geotools.org/quickstart.html for details on
GeoTools-specific parts of the pom.xml)

Then the dependency should be...

<dependency>
    <groupId>org.geotools</groupId>
    <artifactId>gt2-postgis</artifactId>
    <version>2.6.1</version>
</dependency>

Hope this helps.

Michael

------------------------------------------------------------------------------
Download Intel&reg; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs 
proactively, and fine-tune applications for parallel performance. 
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to