From 60719bd9825f98ca215680c0525a73350c39bb74 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 10 Oct 2018 09:55:36 -0700 Subject: [PATCH] Upgrade to Dropwizard Metrics 4.0.3 Closes gh-14428 --- .../spring-boot-actuator-autoconfigure/pom.xml | 2 +- spring-boot-project/spring-boot-dependencies/pom.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml index 4ec774fe71..c8ef34f78c 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml @@ -79,7 +79,7 @@ io.dropwizard.metrics - metrics-core + metrics-jmx true diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 7cc244531d..afc063cab0 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -55,7 +55,7 @@ 2.1.0 10.14.2.0 1.6.1 - 3.2.6 + 4.0.3 2.10.5 3.6.1 2.1.1 @@ -798,11 +798,6 @@ metrics-ehcache ${dropwizard-metrics.version} - - io.dropwizard.metrics - metrics-ganglia - ${dropwizard-metrics.version} - io.dropwizard.metrics metrics-graphite @@ -848,6 +843,11 @@ metrics-jetty9-legacy ${dropwizard-metrics.version} + + io.dropwizard.metrics + metrics-jmx + ${dropwizard-metrics.version} + io.dropwizard.metrics metrics-json