Author: hiranya Date: Fri May 1 23:44:16 2009 New Revision: 34634 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34634
Log: Fixing build break - Added nhttp transport as a dependency to the core Modified: branches/synapse/1.3-wso2v1/modules/core/pom.xml Modified: branches/synapse/1.3-wso2v1/modules/core/pom.xml URL: http://wso2.org/svn/browse/wso2/branches/synapse/1.3-wso2v1/modules/core/pom.xml?rev=34634&r1=34633&r2=34634&view=diff ============================================================================== --- branches/synapse/1.3-wso2v1/modules/core/pom.xml (original) +++ branches/synapse/1.3-wso2v1/modules/core/pom.xml Fri May 1 23:44:16 2009 @@ -213,6 +213,11 @@ <groupId>org.apache.synapse</groupId> <artifactId>synapse-transports</artifactId> </dependency> + <dependency> + <groupId>org.apache.synapse</groupId> + <artifactId>synapse-nhttp-transport</artifactId> + <version>${pom.version}</version> + </dependency> <!-- Rampart <dependency> _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
