You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sagara Gunathunga <sa...@gmail.com> on 2013/10/27 08:39:29 UTC

Re: svn commit: r1536061 - in /axis/axis2/java/core/trunk/modules: integration/pom.xml kernel/pom.xml parent/pom.xml tool/axis2-idea-plugin/pom.xml

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


Re: svn commit: r1536061 - in /axis/axis2/java/core/trunk/modules: integration/pom.xml kernel/pom.xml parent/pom.xml tool/axis2-idea-plugin/pom.xml

Posted by Kishanthan Thangarajah <ks...@gmail.com>.
On Sun, Oct 27, 2013 at 1:09 PM, Sagara Gunathunga <
sagara.gunathunga@gmail.com> wrote:

> 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.
>

Yes, I was incorrectly referring these from the woden branch. Thank you for
fixing this.



>
> Thanks !
>
>
> On Sun, Oct 27, 2013 at 1:02 PM, <sa...@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-unsubscribe@axis.apache.org
> For additional commands, e-mail: java-dev-help@axis.apache.org
>
>