Dear all,
I tried to follow the WPS processing example on
http://docs.geoserver.org/latest/en/developer/programming-guide/wps-
services/implementing.html#wps-services-implementing
changing the versions of Geotools to 19.1, which I currently have installed
with Geoserver 2.13.1.
However, when I tried to compile it using Maven, I got this dependency
error:
[ERROR] Failed to execute goal on project wps-rescale: Could not resolve
dependencies for project org.geoserver:wps-rescale:jar:2.13.1: The following
artifacts could not be resolved: jgridshift:jgridshift:jar:1.0, javax.media:
jai_imageio:jar:1.1, javax.media:jai_codec:jar:1.1.3, javax.media:jai_core:
jar:1.1.3: Could not find artifact jgridshift:jgridshift:jar:1.0 in
boundless (http://repo.boundlessgeo.com/main/) -> [Help 1]
A dependency causing this problem was:
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-process</artifactId>
<version>19.1</version>
</dependency>
These artifacts were not found in boundlessgeo repository.
I was able to fix the Maven build adding another repository to repositories:
<repository>
<id>geomajas</id>
<name>Geomajas Maven Repository</name>
<url>http://maven.geomajas.org/</url>
</repository>
Could anyone please confirm that this issue is reproducible?
If yes, it would be great to add the missing to the repository or update the
guide.
Best regards
Lubomír Bucek
https://www.linkedin.com/in/lubomir-bucek-ml/
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
Please make sure you read the following two resources before posting to this
list:
- Earning your support instead of buying it, but Ian Turton:
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines:
http://geoserver.org/comm/userlist-guidelines.html
If you want to request a feature or an improvement, also see this:
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users