You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/07/31 08:14:16 UTC

[2/2] camel git commit: Fixed camel-metrics to work in spring-boot

Fixed camel-metrics to work in spring-boot


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a35e6436
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a35e6436
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a35e6436

Branch: refs/heads/master
Commit: a35e64368355073eb7bbcb6cde73b9b2864f5cb3
Parents: 58e8cb0
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Jul 31 10:06:41 2017 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jul 31 10:14:08 2017 +0200

----------------------------------------------------------------------
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/a35e6436/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index f3457e5..17c6a41 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -476,7 +476,8 @@
     <maven-surefire-report-plugin-version>2.13</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.0.0</maven-war-plugin-version>
     <mchange-commons-java-version>0.2.11</mchange-commons-java-version>
-    <metrics-version>3.2.3</metrics-version>
+    <!-- TODO: spring-boot uses metrics 3.1.x -->
+    <metrics-version>3.1.5</metrics-version>
     <milo-version>0.1.3</milo-version>
     <mina-bundle-version>1.1.7_6</mina-bundle-version>
     <mina-version>1.1.7</mina-version>