Author: davsclaus Date: Thu Aug 26 12:18:50 2010 New Revision: 989635 URL: http://svn.apache.org/viewvc?rev=989635&view=rev Log: CAMEL-2943: Added camel-sip to kit.
Modified: camel/trunk/apache-camel/pom.xml camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Modified: camel/trunk/apache-camel/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/pom.xml?rev=989635&r1=989634&r2=989635&view=diff ============================================================================== --- camel/trunk/apache-camel/pom.xml (original) +++ camel/trunk/apache-camel/pom.xml Thu Aug 26 12:18:50 2010 @@ -306,6 +306,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-sip</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-smpp</artifactId> </dependency> <dependency> Modified: camel/trunk/apache-camel/src/main/descriptors/common-bin.xml URL: http://svn.apache.org/viewvc/camel/trunk/apache-camel/src/main/descriptors/common-bin.xml?rev=989635&r1=989634&r2=989635&view=diff ============================================================================== --- camel/trunk/apache-camel/src/main/descriptors/common-bin.xml (original) +++ camel/trunk/apache-camel/src/main/descriptors/common-bin.xml Thu Aug 26 12:18:50 2010 @@ -97,6 +97,7 @@ <include>org.apache.camel:camel-script</include> <include>org.apache.camel:camel-servlet</include> <include>org.apache.camel:camel-shiro</include> + <include>org.apache.camel:camel-sip</include> <include>org.apache.camel:camel-smpp</include> <include>org.apache.camel:camel-snmp</include> <include>org.apache.camel:camel-soap</include>