[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[geogig-dev] missing dependencies on dev branch
|
Hi folks,
currently I'm failing to build the current "dev" branch of geogig,
because I cannot resolve the dependency to
it.geosolutions.jaiext.affine:jt-affine:jar:1.0.8 and many more of the
same group ID.
The following maven modules are failing for me:
geogig-cli-app
geogig-geotools
geogig-osm
geogig-web-api
geogig-web-app
If I look at the effective pom of geogig-geotools I see the following
repositories are configured:
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>boundless</id>
<name>Boundless Maven Repository</name>
<url>https://boundless.artifactoryonline.com/boundless/release/</url>
</repository>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>mapfish</id>
<name>mapfish</name>
<url>http://dev.mapfish.org/maven/repository/</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
</repository>
</repositories>
...but by checking by hand I cannot find the group it.geosolutions.jaiext* in any of them.
Did I misconfigure something?
IMHO we should add Geosolution's Repository or ask them to publish jaiext in one of the listed Repos...
Kind regards,
Sebastian