Add camel-ganglia to kit
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fa8d6aae Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fa8d6aae Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fa8d6aae Branch: refs/heads/master Commit: fa8d6aae3d657589e7e52fe34985ea17ba761edc Parents: 6605b82 Author: Claus Ibsen <[email protected]> Authored: Fri Feb 20 09:08:28 2015 +0100 Committer: Claus Ibsen <[email protected]> Committed: Fri Feb 20 09:08:28 2015 +0100 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ parent/pom.xml | 5 +++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fa8d6aae/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 291fd8d..6c7af7d 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -241,6 +241,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ganglia</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-geocoder</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/fa8d6aae/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index e574a2e..8798761 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -860,6 +860,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-ganglia</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-geocoder</artifactId> <version>${project.version}</version> </dependency>
