You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by Andreas Veithen <an...@gmail.com> on 2009/03/09 21:16:40 UTC

Re: svn commit: r751624 - /synapse/trunk/java/pom.xml

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,  <ru...@apache.org> 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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


Re: svn commit: r751624 - /synapse/trunk/java/pom.xml

Posted by Ruwan Linton <ru...@gmail.com>.
hhhmmm, it was not a must at run time, but from the latest rampart SNAPSHOT
it seems to throw some MexExceptions so it is now required at runtime. I
will remove that exclude so that this dependency will also be not required
(will be handled transitively by maven)

Thanks,
Ruwan

On Tue, Mar 10, 2009 at 1:46 AM, Andreas Veithen
<an...@gmail.com>wrote:

> 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,  <ru...@apache.org> 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: dev-unsubscribe@synapse.apache.org
> For additional commands, e-mail: dev-help@synapse.apache.org
>
>


-- 
Ruwan Linton
http://wso2.org - "Oxygenating the Web Services Platform"
http://ruwansblog.blogspot.com/