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 44d178d765e78e348774a16e35b815f036fd1db4
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 17 10:53:51 2018 +0200

    CAMEL-11600 - Regen
---
 bom/camel-bom/pom.xml                                                | 5 -----
 components/readme.adoc                                               | 5 ++++-
 docs/user-manual/en/SUMMARY.md                                       | 1 +
 .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml            | 5 +++++
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index ef315da..bb1171c 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -1655,11 +1655,6 @@
       </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/readme.adoc b/components/readme.adoc
index fff152f..ef7a231 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
 ^^^^^^^^^^
 
 // components: START
-Number of Components: 293 in 200 JAR artifacts (20 deprecated)
+Number of Components: 294 in 201 JAR artifacts (20 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -533,6 +533,9 @@ Number of Components: 293 in 200 JAR artifacts (20 
deprecated)
 | link:camel-metrics/src/main/docs/metrics-component.adoc[Metrics] 
(camel-metrics) +
 `metrics:metricsType:metricsName` | 2.14 | To collect various metrics directly 
from Camel routes using the DropWizard metrics library.
 
+| link:camel-micrometer/src/main/docs/micrometer-component.adoc[Micrometer] 
(camel-micrometer) +
+`micrometer:metricsType:meterName` | 2.22 | To collect various metrics 
directly from Camel routes using the DropWizard metrics library.
+
 | link:camel-mina/src/main/docs/mina-component.adoc[Mina] (camel-mina) +
 `mina:protocol:host:port` | 1.0 | *deprecated* Socket level networking using 
TCP or UDP with the Apache Mina 1.x library.
 
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index aef4183..9f47533 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -286,6 +286,7 @@
        * [Lumberjack](lumberjack-component.adoc)
        * [Master](master-component.adoc)
        * [Metrics](metrics-component.adoc)
+       * [Micrometer](micrometer-component.adoc)
        * [Mina](mina-component.adoc)
        * [Mina2](mina2-component.adoc)
        * [MLLP](mllp-component.adoc)
diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index e56a48d..95a4b26 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -1846,6 +1846,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-micrometer</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-milo</artifactId>
         <version>${project.version}</version>
       </dependency>

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

Reply via email to