CAMEL-7554: Added camel-metrics to kit
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c41496cb Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c41496cb Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c41496cb Branch: refs/heads/master Commit: c41496cb7cd28d119fc0b214e5c4dc3e94beaa53 Parents: dd33bc7 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Jul 30 14:53:32 2014 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jul 30 14:53:32 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/c41496cb/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index f9ca9ba..acfeb72 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -400,6 +400,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-metrics</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-mina</artifactId> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/c41496cb/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 87e5607..cef837d 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -110,6 +110,7 @@ <include>org.apache.camel:camel-ldap</include> <include>org.apache.camel:camel-leveldb</include> <include>org.apache.camel:camel-lucene</include> + <include>org.apache.camel:camel-metrics</include> <include>org.apache.camel:camel-mail</include> <include>org.apache.camel:camel-mina</include> <include>org.apache.camel:camel-mina2</include> http://git-wip-us.apache.org/repos/asf/camel/blob/c41496cb/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 2da285a..3a65461 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -968,6 +968,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-metrics</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-mina</artifactId> <version>${project.version}</version> </dependency>