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
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to