Author: davsclaus Date: Fri Jul 23 06:00:49 2010 New Revision: 966978 URL: http://svn.apache.org/viewvc?rev=966978&view=rev Log: Added ws securiry example
Modified: camel/trunk/parent/pom.xml Modified: camel/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=966978&r1=966977&r2=966978&view=diff ============================================================================== --- camel/trunk/parent/pom.xml (original) +++ camel/trunk/parent/pom.xml Fri Jul 23 06:00:49 2010 @@ -704,6 +704,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-example-reportincident-ws-security-osgi</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-example-route-throttling</artifactId> <version>${project.version}</version> </dependency>