Hi Jeremy,

On Tue, Jan 25, 2011 at 9:18 AM, Jeremy Thomerson
<jer...@wickettraining.com> wrote:
> Then, I changed all other modules that were depending on -core to depend on
> plain "wicket".  But, that didn't work.

IMHO, it's a bad idea. If the goal is to have cleaner dependencies,
you should make your modules dependant on the -core/-whatever jars,
not the aggregated pom dependency. The latter should only be used by
users to facilitate their migration.

But if you really want to do that, you need to add:
<type>pom</type>
to your wicket dependency to make it work.

Have a nice day.

-- 
Guillaume

Reply via email to