Author: hiranya Date: Wed Jun 10 04:38:51 2009 New Revision: 38500 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=38500
Log: Changing Saxon version to 8.9 Modified: trunk/esb/java/modules/distribution/pom.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=38500&r1=38499&r2=38500&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Wed Jun 10 04:38:51 2009 @@ -143,6 +143,11 @@ <artifactId>org.wso2.carbon.transport.jms</artifactId> <version>${carbon.version}</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.transport.jms.ui</artifactId> + <version>${carbon.version}</version> + </dependency> <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.fix</artifactId> @@ -1044,7 +1049,7 @@ <dependency> <groupId>net.sf.saxon.wso2</groupId> <artifactId>saxon</artifactId> - <version>8.7.0.wso2v1</version> + <version>8.9.0.wso2v1</version> </dependency> <dependency> <groupId>org.apache.abdera.wso2</groupId> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
