Author: saminda Date: Mon Jun 9 10:21:33 2008 New Revision: 18239 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18239
Log: Modified: branches/wsas/java/2.3/commons/codegen/pom.xml branches/wsas/java/2.3/commons/codegen/src/main/resources/codegen-pom.xsl Modified: branches/wsas/java/2.3/commons/codegen/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/commons/codegen/pom.xml?rev=18239&r1=18238&r2=18239&view=diff ============================================================================== --- branches/wsas/java/2.3/commons/codegen/pom.xml (original) +++ branches/wsas/java/2.3/commons/codegen/pom.xml Mon Jun 9 10:21:33 2008 @@ -414,12 +414,12 @@ <properties> <!-- Properties are using in pom.xml as well as to filter codegen-pom.xml--> - <axis2.version>1.4.01</axis2.version> + <axis2.version>1.401</axis2.version> <wso2codegen.version>${pom.version}</wso2codegen.version> <wso2utils.version>2.2</wso2utils.version> <dynamiccodegen.version>2.2</dynamiccodegen.version> <neethi.version>2.0.4</neethi.version> - <rampart.version>1.4</rampart.version> + <rampart.version>1.401</rampart.version> <axiom.version>1.2.7</axiom.version> <XmlSchema.version>1.4.2</XmlSchema.version> <xbean.version>2.3.0</xbean.version> Modified: branches/wsas/java/2.3/commons/codegen/src/main/resources/codegen-pom.xsl URL: http://wso2.org/svn/browse/wso2/branches/wsas/java/2.3/commons/codegen/src/main/resources/codegen-pom.xsl?rev=18239&r1=18238&r2=18239&view=diff ============================================================================== --- branches/wsas/java/2.3/commons/codegen/src/main/resources/codegen-pom.xsl (original) +++ branches/wsas/java/2.3/commons/codegen/src/main/resources/codegen-pom.xsl Mon Jun 9 10:21:33 2008 @@ -255,73 +255,6 @@ </dependency> <dependency> - <groupId>org.apache.sandesha2</groupId> - <artifactId>sandesha2</artifactId> - <version>1.3</version> - <type>mar</type> - </dependency> - - <dependency> - <groupId>org.apache.sandesha2</groupId> - <artifactId>sandesha2-policy</artifactId> - <version>1.3</version> - <exclusions> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-kernel</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-codegen</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-mtompolicy</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.apache.sandesha2</groupId> - <artifactId>sandesha2-client-constants</artifactId> - <version>1.3</version> - <exclusions> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-kernel</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-codegen</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-mtompolicy</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.apache.sandesha2</groupId> - <artifactId>sandesha2-core</artifactId> - <version>1.3</version> - <exclusions> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-kernel</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-codegen</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-mtompolicy</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>org.apache.rampart</groupId> <artifactId>rampart-policy</artifactId> <version>${rampart.version}</version> @@ -526,11 +459,14 @@ <artifactId>mercury-core</artifactId> <version>${mercury.version}</version> </dependency> + <dependency> <groupId>org.wso2.mercury</groupId> <artifactId>mercury-mar</artifactId> <version>${mercury.version}</version> + <type>mar</type> </dependency> + <dependency> <groupId>org.wso2.mercury</groupId> <artifactId>mercury-persistence</artifactId> _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
