Andreas, was too sleepy :) yes, this did not work. Let me try a few other things like this one today.
-- dims On Tue, Sep 30, 2008 at 5:07 AM, Andreas Veithen <[EMAIL PROTECTED]> wrote: > Shouldn't addressing depend on axis2-transport-base instead of > axis2-transports? I think this would solve the chicken and egg problem. > > Andreas > > PS: The same question is relevant for axis2-java2wsdl. > > [EMAIL PROTECTED] wrote: >> >> Author: dims >> Date: Mon Sep 29 18:28:37 2008 >> New Revision: 700321 >> >> URL: http://svn.apache.org/viewvc?rev=700321&view=rev >> Log: >> trying to break chicken and egg problem when building axis2 and >> transports. (addressing needs transport and transport needs addressing) >> >> Modified: >> webservices/commons/trunk/modules/transport/modules/parent/pom.xml >> webservices/commons/trunk/modules/transport/modules/testkit/pom.xml >> >> Modified: >> webservices/commons/trunk/modules/transport/modules/parent/pom.xml >> URL: >> http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/parent/pom.xml?rev=700321&r1=700320&r2=700321&view=diff >> >> ============================================================================== >> --- webservices/commons/trunk/modules/transport/modules/parent/pom.xml >> (original) >> +++ webservices/commons/trunk/modules/transport/modules/parent/pom.xml Mon >> Sep 29 18:28:37 2008 >> @@ -207,12 +207,6 @@ >> <version>SNAPSHOT</version> >> </dependency> >> <dependency> >> - <groupId>org.apache.axis2</groupId> >> - <artifactId>addressing</artifactId> >> - <version>SNAPSHOT</version> >> - <type>mar</type> >> - </dependency> >> - <dependency> >> <groupId>org.apache.geronimo.specs</groupId> >> <artifactId>geronimo-ws-metadata_2.0_spec</artifactId> >> <version>1.1.2</version> >> @@ -351,5 +345,6 @@ >> </repositories> >> <properties> >> <transport.version>SNAPSHOT</transport.version> >> + <axis2.version>SNAPSHOT</axis2.version> >> </properties> >> </project> >> >> Modified: >> webservices/commons/trunk/modules/transport/modules/testkit/pom.xml >> URL: >> http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/testkit/pom.xml?rev=700321&r1=700320&r2=700321&view=diff >> >> ============================================================================== >> --- webservices/commons/trunk/modules/transport/modules/testkit/pom.xml >> (original) >> +++ webservices/commons/trunk/modules/transport/modules/testkit/pom.xml >> Mon Sep 29 18:28:37 2008 >> @@ -107,6 +107,7 @@ >> <artifactItem> >> <groupId>org.apache.axis2</groupId> >> <artifactId>addressing</artifactId> >> + <version>${axis2.version}</version> >> <type>mar</type> >> >> <outputDirectory>target/generated-resources/org/apache/axis2/transport/repo/modules</outputDirectory> >> </artifactItem> >> >> >> > > -- Davanum Srinivas :: http://davanum.wordpress.com
