Author: keith Date: Wed Mar 25 06:49:22 2009 New Revision: 32567 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32567
Log: adding in a dependancy to axiom Modified: trunk/mashup/java/modules/integration/pom.xml Modified: trunk/mashup/java/modules/integration/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/integration/pom.xml?rev=32567&r1=32566&r2=32567&view=diff ============================================================================== --- trunk/mashup/java/modules/integration/pom.xml (original) +++ trunk/mashup/java/modules/integration/pom.xml Wed Mar 25 06:49:22 2009 @@ -29,6 +29,16 @@ </dependency> <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.axis2</artifactId> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.axiom</artifactId> + </dependency> + + <dependency> <groupId>httpunit</groupId> <artifactId>httpunit</artifactId> <version>${httpunit.version}</version> _______________________________________________ Mashup-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/mashup-dev
