You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2017/04/12 09:26:23 UTC

[2/2] camel git commit: Add camel-example-rest-producer module to parent

Add camel-example-rest-producer module to parent

Signed-off-by: Gregor Zurowski <gr...@zurowski.org>


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 <gr...@zurowski.org>
Authored: Wed Apr 12 11:05:49 2017 +0200
Committer: Gregor Zurowski <gr...@zurowski.org>
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>