Repository: camel Updated Branches: refs/heads/master a3bbb2011 -> f34fadb29
Add example modules to examples parent Signed-off-by: Gregor Zurowski <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f34fadb2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f34fadb2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f34fadb2 Branch: refs/heads/master Commit: f34fadb2971b86a7bd0e2df33c88f214fb44ab05 Parents: a3bbb20 Author: Gregor Zurowski <[email protected]> Authored: Wed Apr 12 15:03:51 2017 +0200 Committer: Gregor Zurowski <[email protected]> Committed: Wed Apr 12 15:04:06 2017 +0200 ---------------------------------------------------------------------- examples/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f34fadb2/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 18a5b88..90403d3 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -64,6 +64,7 @@ <module>camel-example-jmx</module> <module>camel-example-jms-file</module> <module>camel-example-kafka</module> + <module>camel-example-kotlin</module> <module>camel-example-loadbalancing</module> <module>camel-example-loan-broker-cxf</module> <module>camel-example-loan-broker-jms</module> @@ -78,6 +79,7 @@ <module>camel-example-reportincident</module> <module>camel-example-reportincident-wssecurity</module> <module>camel-example-rest-producer</module> + <module>camel-example-rest-swagger</module> <module>camel-example-restlet-jdbc</module> <module>camel-example-route-throttling</module> <module>camel-example-scala</module>
