Repository: camel Updated Branches: refs/heads/master ec85a040d -> 9b91c58ee
Added camel-gora to components pom Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9b91c58e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9b91c58e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9b91c58e Branch: refs/heads/master Commit: 9b91c58ee49361dd904c8e57cecb7e31086d874a Parents: ec85a04 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed May 28 09:01:08 2014 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed May 28 09:01:08 2014 +0200 ---------------------------------------------------------------------- components/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9b91c58e/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index 5d31116..bbdc2d0 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -32,7 +32,7 @@ <packaging>pom</packaging> <modules> - <!-- we want to test these modules first to catch any errors early as possible --> + <!-- we want to test these modules first to catch any errors early as possible --> <module>camel-test</module> <module>camel-testng</module> <module>camel-test-blueprint</module> @@ -91,6 +91,7 @@ <module>camel-ftp</module> <module>camel-gae</module> <module>camel-geocoder</module> + <module>camel-gora</module> <module>camel-gson</module> <module>camel-guava-eventbus</module> <module>camel-guice</module>