orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
208 stars 63 forks source link

H2GIS artifact cannot resolved dependencies #1273

Closed ebocher closed 2 years ago

ebocher commented 2 years ago

Since 2.0.0 the following pom is not able to resolve all dependencies.

<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>h2gis</artifactId>
    <version>2.0.0</version>
</dependency>
ebocher commented 2 years ago

@SPalominos Could you test on your side ?

SPalominos commented 2 years ago

Tested on my side on a clean .m2 folder and the dependencies are normally fetched.

ebocher commented 2 years ago

Thnaks