Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fix Maven dependency docu

...

In order to stay with the times, we have upgraded the minimal requirements for servlet specifications to servlet API 2.5.

...

Maven users are recommended to depend on org.apache.wicket:wicket

...

:

...

pom from now on

org.apache.wicket:wicket:jar combines the classes from pom is an aggregation project that has dependencies to all mandatory jars to run basic Wicket application (org.apache.wicket:wicket-core:jar, org.apache.wicket:wicket-util:jar and org.apache.wicket:wicket-request:jar. wicket.jar is recommended for users ). Notice that this requires <type>pom</type> in your dependency configuration.
Users which don't use dependency management tools (like Maven, Ivy, Gradle, ...) should download these three jars and put them in the application classpath. Maven

OSGi users still can depend on org.apache.wicket:wicket:jar but this way they will not be able to automatically download sources and javadoc for this modulecan use wicket-bundle which combines these three jars into one with the proper OSGi Manifest entries.

(RC2) All standard (form) validators now extend Behavior.

...