You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Aaron Mulder <am...@alumni.princeton.edu> on 2006/04/04 04:59:50 UTC

Re: svn commit: r391214 - /geronimo/trunk/configs/client-deployer/project.xml

Thanks for putting in the fix.  But I do wonder why is this one is
still one 3.2.1...?

Aaron

On 4/3/06, chirino@apache.org <ch...@apache.org> wrote:
> Author: chirino
> Date: Mon Apr  3 19:42:50 2006
> New Revision: 391214
>
> URL: http://svn.apache.org/viewcvs?rev=391214&view=rev
> Log:
> added missing dependencies (would only notice if you were doing a build with a clean repo)
>
> Modified:
>     geronimo/trunk/configs/client-deployer/project.xml
>
> Modified: geronimo/trunk/configs/client-deployer/project.xml
> URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/client-deployer/project.xml?rev=391214&r1=391213&r2=391214&view=diff
> ==============================================================================
> --- geronimo/trunk/configs/client-deployer/project.xml (original)
> +++ geronimo/trunk/configs/client-deployer/project.xml Mon Apr  3 19:42:50 2006
> @@ -335,6 +335,22 @@
>              <version>${wadi_activecluster_version}</version>
>          </dependency>
>
> +        <dependency>
> +            <groupId>axion</groupId>
> +            <artifactId>axion</artifactId>
> +            <version>1.0-M3-dev</version>
> +        </dependency>
> +        <dependency>
> +            <groupId>activemq</groupId>
> +            <artifactId>activemq-core</artifactId>
> +            <version>3.2.1</version>
> +        </dependency>
> +        <dependency>
> +            <groupId>commons-primitives</groupId>
> +            <artifactId>commons-primitives</artifactId>
> +            <version>1.0</version>
> +        </dependency>
> +
>      </dependencies>
>  </project>
>
>
>
>