You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Graham Leggett <mi...@sharp.fm> on 2006/11/09 16:14:25 UTC

[Patch] Missing dependency in continuum-trunk

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

Re: [Patch] Missing dependency in continuum-trunk

Posted by Graham Leggett <mi...@sharp.fm>.
Jesse McConnell wrote:

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

maven v2.0.4 on JDK v1.5 (latest MacosX).

Not that it should make a difference on any platform - one of the class 
files references javax.activation, and javax.activation isn't a 
dependency in the pom. Probably caused by a modified pom.xml that wasn't 
checked in.

Regards,
Graham
--

Re: [Patch] Missing dependency in continuum-trunk

Posted by Jesse McConnell <je...@gmail.com>.
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 <mi...@sharp.fm> 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
jesse.mcconnell@gmail.com