Author: indika Date: Wed May 6 22:14:19 2009 New Revision: 35244 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=35244
Log: add a dependency Modified: trunk/esb/java/modules/distribution/pom.xml trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Modified: trunk/esb/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/pom.xml?rev=35244&r1=35243&r2=35244&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Wed May 6 22:14:19 2009 @@ -713,6 +713,11 @@ </dependency> <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.task.services</artifactId> + <version>${carbon.version}</version> + </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.task.ui</artifactId> <version>${carbon.version}</version> </dependency> Modified: trunk/esb/java/modules/distribution/src/main/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/dist.xml?rev=35244&r1=35243&r2=35244&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Wed May 6 22:14:19 2009 @@ -38,6 +38,7 @@ <include>org.wso2.carbon:org.wso2.carbon.transport.vfs:jar</include> <include>org.wso2.carbon:org.wso2.carbon.policyeditor:jar</include> <include>org.wso2.carbon:org.wso2.carbon.task:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.task.services:jar</include> <include>org.wso2.carbon:org.wso2.carbon.startup:jar</include> <include>org.wso2.carbon:org.wso2.carbon.datasource:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
