[Geoserver-devel] Hello WPS example, missing artifacts

Hello all,

I'm trying to develop my own WPS process, starting from a simple Hello WPS example given on the documentation:

http://docs.geoserver.org/stable/en/developer/programming-guide/wps-services/implementing.html

I'm using IntelliJ IDEA for developping this Maven project, and just with the simple pom.xml config (as given in the exemple), I already have running issues. Here is the error in Java. It seels that all dependencies for Javax, Eclipse and Apache are missing from the example. Can you tell how to fix this? Here is the log :

hello_wps> mvn clean install

(....)

[ERROR] Failed to execute goal on project hello_wps: Could not resolve dependencies for project org.geoserver:hello_wps:j
ar:1.0: The following artifacts could not be resolved: javax.media:jai_imageio:jar:1.1, javax.media:jai_core:jar:1.1.3, o
rg.eclipse.emf:common:jar:2.6.0, org.eclipse.emf:ecore:jar:2.6.1, org.eclipse.xsd:xsd:jar:2.6.0, javax.media:jai_codec:ja
r:1.1.3, org.apache.xml:xml-commons-resolver:jar:1.2: Failure to find javax.media:jai_imageio:jar:1.1 in http://repo.boun
dlessgeo.com/main was cached in the local repository, resolution will not be reattempted until the update interval of bou
ndless has elapsed or updates are forced -> [Help 1]

Thanks !

Gabriel VatinHel