Add drive component to build
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/61df41ee Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/61df41ee Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/61df41ee Branch: refs/heads/master Commit: 61df41eebda136c64faa1b765470cf43ae91c398 Parents: e78c5c9 Author: Jonathan Anstey <jans...@gmail.com> Authored: Tue Sep 2 22:34:03 2014 -0230 Committer: Jonathan Anstey <jans...@gmail.com> Committed: Mon Sep 8 09:06:09 2014 -0230 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + components/pom.xml | 1 + parent/pom.xml | 5 +++++ 4 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/61df41ee/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 95a5601..3d90795 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -225,6 +225,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-google-drive</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-groovy</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/61df41ee/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index ea6b37a..9cd6bb8 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -69,6 +69,7 @@ <include>org.apache.camel:camel-ftp</include> <include>org.apache.camel:camel-gae</include> <include>org.apache.camel:camel-geocoder</include> + <include>org.apache.camel:camel-google-drive</include> <include>org.apache.camel:camel-gora</include> <include>org.apache.camel:camel-groovy</include> <include>org.apache.camel:camel-guava-eventbus</include> http://git-wip-us.apache.org/repos/asf/camel/blob/61df41ee/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index 5fcfd61..e2d80c6 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -93,6 +93,7 @@ <module>camel-ftp</module> <module>camel-gae</module> <module>camel-geocoder</module> + <module>camel-google-drive</module> <module>camel-gora</module> <module>camel-gson</module> <module>camel-guava-eventbus</module> http://git-wip-us.apache.org/repos/asf/camel/blob/61df41ee/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 181041c..91f985f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -756,6 +756,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-google-drive</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-gora</artifactId> <version>${project.version}</version> </dependency>