Kishanthan, During your last commits you have overridden Woden dependencies into incorrect old dependencies which cause build failures, with following commit I have added correct Woden dependencies again.
Thanks ! On Sun, Oct 27, 2013 at 1:02 PM, <sag...@apache.org> wrote: > > Author: sagara > Date: Sun Oct 27 07:32:29 2013 > New Revision: 1536061 > > URL: http://svn.apache.org/r1536061 > Log: > Revert back to correct Woden dependencies as commits for AXIS2-5239 > introduced incorrect and old Woden dependencies to the trunk > > Modified: > axis/axis2/java/core/trunk/modules/integration/pom.xml > axis/axis2/java/core/trunk/modules/kernel/pom.xml > axis/axis2/java/core/trunk/modules/parent/pom.xml > axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml > > Modified: axis/axis2/java/core/trunk/modules/integration/pom.xml > URL: > http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/integration/pom.xml?rev=1536061&r1=1536060&r2=1536061&view=diff > ============================================================================== > --- axis/axis2/java/core/trunk/modules/integration/pom.xml (original) > +++ axis/axis2/java/core/trunk/modules/integration/pom.xml Sun Oct 27 > 07:32:29 2013 > @@ -129,7 +129,7 @@ > </dependency> > <dependency> > <groupId>org.apache.woden</groupId> > - <artifactId>woden-impl-dom</artifactId> > + <artifactId>woden-core</artifactId> > <version>${woden.version}</version> > </dependency> > <dependency> > > Modified: axis/axis2/java/core/trunk/modules/kernel/pom.xml > URL: > http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/kernel/pom.xml?rev=1536061&r1=1536060&r2=1536061&view=diff > ============================================================================== > --- axis/axis2/java/core/trunk/modules/kernel/pom.xml (original) > +++ axis/axis2/java/core/trunk/modules/kernel/pom.xml Sun Oct 27 07:32:29 2013 > @@ -71,11 +71,7 @@ > </dependency> > <dependency> > <groupId>org.apache.woden</groupId> > - <artifactId>woden-impl-commons</artifactId> > - </dependency> > - <dependency> > - <groupId>org.apache.woden</groupId> > - <artifactId>woden-impl-dom</artifactId> > + <artifactId>woden-core</artifactId> > </dependency> > <dependency> > <groupId>commons-logging</groupId> > > Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml > URL: > http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1536061&r1=1536060&r2=1536061&view=diff > ============================================================================== > --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original) > +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Oct 27 07:32:29 2013 > @@ -752,12 +752,7 @@ > </dependency> > <dependency> > <groupId>org.apache.woden</groupId> > - <artifactId>woden-impl-commons</artifactId> > - <version>${woden.version}</version> > - </dependency> > - <dependency> > - <groupId>org.apache.woden</groupId> > - <artifactId>woden-impl-dom</artifactId> > + <artifactId>woden-core</artifactId> > <version>${woden.version}</version> > </dependency> > <dependency> > > Modified: axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml > URL: > http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml?rev=1536061&r1=1536060&r2=1536061&view=diff > ============================================================================== > --- axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml > (original) > +++ axis/axis2/java/core/trunk/modules/tool/axis2-idea-plugin/pom.xml Sun Oct > 27 07:32:29 2013 > @@ -118,7 +118,7 @@ > </dependency> > <dependency> > <groupId>org.apache.woden</groupId> > - <artifactId>woden-impl-commons</artifactId> > + <artifactId>woden-core</artifactId> > </dependency> > <dependency> > <groupId>log4j</groupId> > > -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/ LinkedIn - http://www.linkedin.com/in/ssagara --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org