You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/07/09 10:45:39 UTC

[camel] branch camel-2.22.x updated: Added Camel-micrometer to Apache Camel POM

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

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


The following commit(s) were added to refs/heads/camel-2.22.x by this push:
     new 5044884  Added Camel-micrometer to Apache Camel POM
5044884 is described below

commit 5044884ef0b969ff71ad19052df8596c3f478f14
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 9 12:44:41 2018 +0200

    Added Camel-micrometer to Apache Camel POM
---
 apache-camel/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml
index 4f985e2..05fa8ce 100644
--- a/apache-camel/pom.xml
+++ b/apache-camel/pom.xml
@@ -691,6 +691,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
+      <artifactId>camel-micrometer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.camel</groupId>
       <artifactId>camel-milo</artifactId>
     </dependency>
     <dependency>
@@ -1960,6 +1964,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>