This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9b7a53dac8f7f12b767796990b1ecfc613abc552
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 17 11:00:53 2018 +0200

    CAMEL-11600 - Fix Kit for camel-micrometer
---
 bom/camel-bom/pom.xml | 5 +++++
 components/pom.xml    | 2 +-
 parent/pom.xml        | 5 +++++
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index bb1171c..0aad870 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1655,6 +1655,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-micrometer-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-milo</artifactId>
         <version>${project.version}</version>
       </dependency>
diff --git a/components/pom.xml b/components/pom.xml
index 1c46e22..d74cd51 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -206,7 +206,7 @@
     <module>camel-lzf</module>
     <module>camel-mail</module>
     <module>camel-metrics</module>
-       <module>camel-micrometer</module>
+    <module>camel-micrometer</module>
     <module>camel-milo</module>
     <module>camel-mina</module>
     <module>camel-mina2</module>
diff --git a/parent/pom.xml b/parent/pom.xml
index b9d111b..9293325 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3096,6 +3096,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-micrometer-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-milo-starter</artifactId>
         <version>${project.version}</version>
       </dependency>

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.

Reply via email to