I've stepped through the Wicket QuickStart process as outlined at
http://wicket.apache.org/quickstart.html . However, when I try to run
the Start class, I get java.lang.ClassNotFoundException:
org.apache.wicket.protocol.http.WicketFilter. I'm not familiar with
Maven, but I can see that the POM has a dependency for
org.apache.wicket, which I had hoped would install the jar. I can
resolve the problem manually by adding the Wicket source files to my
project source, but that leaves me feeling like I'm taking the long way
around what should be a short and simple process. Any suggestions?