Author: saminda Date: Mon Jun 9 09:38:47 2008 New Revision: 18236 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18236
Log: added Mercury dependencies 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=18236&r1=18235&r2=18236&view=diff ============================================================================== --- branches/wsas/java/2.3/commons/codegen/pom.xml (original) +++ branches/wsas/java/2.3/commons/codegen/pom.xml Mon Jun 9 09:38:47 2008 @@ -414,7 +414,7 @@ <properties> <!-- Properties are using in pom.xml as well as to filter codegen-pom.xml--> - <axis2.version>1.4</axis2.version> + <axis2.version>1.4.01</axis2.version> <wso2codegen.version>${pom.version}</wso2codegen.version> <wso2utils.version>2.2</wso2utils.version> <dynamiccodegen.version>2.2</dynamiccodegen.version> @@ -423,6 +423,7 @@ <axiom.version>1.2.7</axiom.version> <XmlSchema.version>1.4.2</XmlSchema.version> <xbean.version>2.3.0</xbean.version> + <mercury.version>0.92</mercury.version> <woden.version>1.0M8</woden.version> <wsdl4j.version>1.6.2</wsdl4j.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=18236&r1=18235&r2=18236&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 09:38:47 2008 @@ -522,6 +522,22 @@ </dependency> <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-core</artifactId> + <version>${mercury.version}</version> + </dependency> + <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-mar</artifactId> + <version>${mercury.version}</version> + </dependency> + <dependency> + <groupId>org.wso2.mercury</groupId> + <artifactId>mercury-persistence</artifactId> + <version>${mercury.version}</version> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.2</version> @@ -585,6 +601,10 @@ <id>ws-zones-repository</id> <url>http://ws.zones.apache.org/repository2</url> </repository> + <repository> + <id>wso2-maven2-repository</id> + <url>http://dist.wso2.org/maven2</url> + </repository> </repositories> <pluginRepositories> _______________________________________________ Wsas-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
