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:06 UTC

[camel] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 200268a  Added Camel-micrometer to Apache Camel POM
200268a is described below

commit 200268a2854b375d22195447ba4db44bd4cb053c
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 c72ce93..1273cc1 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>