Hi all. I've just created a quick start from [1] using [2]
The resulting project (pom.xml) is using <wicket.version>7.5.0-SNAPSHOT</wicket.version> Probably something trivial to fix in the project template? Peter. [1] http://wicket.apache.org/start/quickstart.html [2] mvn archetype:generate -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=7.6.0 -DgroupId=com.mycompany -DartifactId=redirect -DarchetypeRepository= https://repository.apache.org/ -DinteractiveMode=false -- Peter Henderson