On Wednesday, September 26, 2007, 1:28:09 AM, Eelco <[EMAIL PROTECTED]> wrote:
> Btw, shouldn't those dependencies be declared in the master pom (in
> one in the projects root directory) instead of just in Wicket's?
They are...
I have
<dependency>
<groupId>javax.portlet</groupId>
<artifactId>portlet-api</artifactId>
<version>1.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.portals.bridges</groupId>
<artifactId>portals-bridges-common</artifactId>
<version>1.0.3</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
in my top-level pom.xml, i.e.
$ svn info pom.xml
Path: pom.xml
Name: pom.xml
URL: https://svn.apache.org/repos/asf/wicket/trunk/pom.xml
Repository Root: https://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 579249
Node Kind: file
Schedule: normal
Last Changed Author: ate
Last Changed Rev: 579172
Last Changed Date: 2007-09-25 11:21:35 +0100 (Tue, 25 Sep 2007)
Text Last Updated: 2007-09-25 11:21:35 +0100 (Tue, 25 Sep 2007)
Checksum: bd18aa8c79975b0a9a31afdbdc896cd4
/Gwyn