Mmh, if it is required, why do we then exclude it in the first place
(see the rampart dependency declarations in the dependencyManagement
section)?

Andreas

On Mon, Mar 9, 2009 at 09:45,  <[email protected]> wrote:
> Author: ruwan
> Date: Mon Mar  9 08:45:30 2009
> New Revision: 751624
>
> URL: http://svn.apache.org/viewvc?rev=751624&view=rev
> Log:
> MEX is required by the rampart and adding that dependency
>
> Modified:
>    synapse/trunk/java/pom.xml
>
> Modified: synapse/trunk/java/pom.xml
> URL: 
> http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=751624&r1=751623&r2=751624&view=diff
> ==============================================================================
> --- synapse/trunk/java/pom.xml (original)
> +++ synapse/trunk/java/pom.xml Mon Mar  9 08:45:30 2009
> @@ -334,6 +334,11 @@
>                 <artifactId>axis2-mtompolicy</artifactId>
>                 <version>${axis2.version}</version>
>             </dependency>
> +            <dependency>
> +                <groupId>org.apache.axis2</groupId>
> +                <artifactId>mex</artifactId>
> +                <version>${axis2.version}</version>
> +            </dependency>
>
>             <!-- Rampart -->
>             <dependency>
> @@ -680,6 +685,11 @@
>             <artifactId>bcprov-jdk15</artifactId>
>             <version>${bcprov.jdk15.version}</version>
>         </dependency>
> +        <dependency>
> +            <groupId>org.apache.axis2</groupId>
> +            <artifactId>mex</artifactId>
> +            <version>${axis2.version}</version>
> +        </dependency>
>
>         <!-- dependencies for xsltc in xalan -->
>         <dependency>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to