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 <[email protected]>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, <[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] > > -- Ruwan Linton http://wso2.org - "Oxygenating the Web Services Platform" http://ruwansblog.blogspot.com/
