Author: hiranya Date: Thu Jul 30 23:10:38 2009 New Revision: 42280 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42280
Log: Adding the dependency mgt bundle to the ESB build 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=42280&r1=42279&r2=42280&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/pom.xml (original) +++ trunk/esb/java/modules/distribution/pom.xml Thu Jul 30 23:10:38 2009 @@ -114,6 +114,12 @@ <artifactId>org.wso2.carbon.mediator.bridge</artifactId> <version>${carbon.version}</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.mediation.dependency.mgt</artifactId> + <version>${carbon.version}</version> + </dependency> + <!-- ### Required Carbon components ### --> <!-- Transport managament components --> 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=42280&r1=42279&r2=42280&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Thu Jul 30 23:10:38 2009 @@ -12,7 +12,7 @@ <includes> <include>org.wso2.esb:org.wso2.esb.samples:jar</include> <include>org.wso2.carbon:org.wso2.carbon.mediation.initializer:jar</include> - + <include>org.wso2.carbon:org.wso2.carbon.mediation.dependency.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sequences:jar</include> <include>org.wso2.carbon:org.wso2.carbon.proxyadmin:jar</include> <include>org.wso2.carbon:org.wso2.carbon.endpoint:jar</include> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
