hm, someone else seeing this Christian! your not the only one now!
graham, what o/s and version of maven and jdk are you using? jesse On 11/9/06, Graham Leggett <[EMAIL PROTECTED]> wrote:
Hi all, There is a missing dependency on activation.jar within continuum-war. The following patch fixes it. Index: continuum-webapp/pom.xml =================================================================== --- continuum-webapp/pom.xml (revision 472890) +++ continuum-webapp/pom.xml (working copy) @@ -200,6 +200,12 @@ <version>1.0-alpha-2</version> </dependency> <dependency> + <groupId>javax.activation</groupId> + <artifactId>activation</artifactId> + <version>1.1</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.4</version> Regards, Graham --
-- jesse mcconnell [EMAIL PROTECTED]