Can we move the SLF4J dependency from the parent pom.xml file to the
wicket module's pom.xml file?  Since it's in the root, I have to do
excludes for each submodule from wicket (extensions, datetime, etc.)
to tell maven not to use the version of SLF4J that they specify.  If
we put it in wicket's pom.xml file, then each submodule would inherit
the dependency from wicket, because they all depend on wicket.

Reply via email to