Just confirming that this did the trick.

In the wicket-1.1.1.pom:

  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
+       <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.11</version>
+       <scope>provided</scope>
    </dependency>
    ...

Only wicket-1.1.1.jar now appears in the WEB-INF/lib/.

Thanks!

On 3 Mar 2006, at 14:46, Martijn Dashorst wrote:

This is because the wicket 1.1.1 pom.xml is automatically converted from the maven 1 project.xml file.

this conversion doesn't distinguish between compile, test and provided dependencies.

you can edit your POM for 1.1.1 in your local repository to make the correct adjustments.

Martijn



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to