Bonjour la liste,

Je débute sous wicket, et j'utilise le tutoriel
Code : Sélectionner tout - Visualiser dans une fenêtre à part
http://psenechal.developpez.com/tutoriels/java/jee/debuter-avec-wicket-et-eclipse/
Mais seulement le projet cré à une erreur qui je suppose est du à ceci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[WARNING] An error occurred during dependency resolution.
    Failed to retrieve org.apache.wicket:wicket-1.4-SNAPSHOT
Caused by: Unable to download the artifact from any repository
 
Try downloading the file manually from the project website.
 
Then, install it using the command: 
    mvn install:install-file -DgroupId=org.apache.wicket -DartifactId=wicket -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
 
Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=org.apache.wicket -DartifactId=wicket -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
 
Path to dependency: 
	1) com.tuto:project:war:1.0-SNAPSHOT
	2) org.apache.wicket:wicket:jar:1.4-SNAPSHOT
 
 
  org.apache.wicket:wicket:jar:1.4-SNAPSHOT
 
from the specified remote repositories:
  central (http://repo1.maven.org/maven2)
.

Je ne sais comment rémédier à la situation.

Merci beaucoup d'avance pour votre aide.