Add camel-example-rest-producer module to 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/1612ede9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1612ede9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1612ede9 Branch: refs/heads/master Commit: 1612ede904703da70f0afc2971e166cbc46ae4c7 Parents: 5fa7a8a Author: Gregor Zurowski <[email protected]> Authored: Wed Apr 12 11:05:49 2017 +0200 Committer: Gregor Zurowski <[email protected]> Committed: Wed Apr 12 11:26:07 2017 +0200 ---------------------------------------------------------------------- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1612ede9/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index bb82380..ed0a3ad 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -78,6 +78,7 @@ <module>camel-example-reload</module> <module>camel-example-reportincident</module> <module>camel-example-reportincident-wssecurity</module> + <module>camel-example-rest-producer</module> <module>camel-example-restlet-jdbc</module> <module>camel-example-route-throttling</module> <module>camel-example-scala</module>
