Hi,

today maven could not download dependencies for neo4j-spatial. It seemed that 
the repo

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

is not accessible. If used

        <repository>
                <id>osgeo</id>
                <name>Open Source Geospatial Foundation Repository</name>
                <url>http://repo.opengeo.org</url>
        </repository>

in pom.xml instead, it worked. Does anyone know whether this is temporary?

Greetings

Axel
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to