Added camel-beanstalk to kit
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/12cc832e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/12cc832e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/12cc832e Branch: refs/heads/master Commit: 12cc832e9fc580920a8a8371f6c48026abd67197 Parents: 3513c80 Author: Claus Ibsen <[email protected]> Authored: Sun Sep 21 09:04:17 2014 +0200 Committer: Claus Ibsen <[email protected]> Committed: Sun Sep 21 09:04:17 2014 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + parent/pom.xml | 5 +++++ 3 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/12cc832e/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 340bd5e..da3c267 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -97,6 +97,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-beanstalk</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-bean-validator</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/12cc832e/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 e2108e4..6ad20f6 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -36,6 +36,7 @@ <include>org.apache.camel:camel-barcode</include> <include>org.apache.camel:camel-base64</include> <include>org.apache.camel:camel-beanio</include> + <include>org.apache.camel:camel-beanstalk</include> <include>org.apache.camel:camel-bean-validator</include> <include>org.apache.camel:camel-bindy</include> <include>org.apache.camel:camel-box</include> http://git-wip-us.apache.org/repos/asf/camel/blob/12cc832e/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 80e1293..19eff62 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -594,6 +594,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-beanstalk</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-bean-validator</artifactId> <version>${project.version}</version> </dependency>
