diff --git a/spring-boot-actuator/pom.xml b/spring-boot-actuator/pom.xml index 0419fd9ced..f9398c0b25 100644 --- a/spring-boot-actuator/pom.xml +++ b/spring-boot-actuator/pom.xml @@ -42,7 +42,7 @@ - com.codahale.metrics + io.dropwizard.metrics metrics-core true diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 7c0190e0eb..37eaceeb12 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1,6 +1,4 @@ - - + 4.0.0 org.springframework.boot spring-boot-dependencies @@ -52,7 +50,6 @@ 1.8.2 3.9.3 2.1.4 - 3.0.2 1.9.2 3.2.1 1.4 @@ -61,6 +58,7 @@ 1.6 2.2 1.3.0 + 3.1.0 3.0 2.3.20 7.0.2 @@ -406,31 +404,31 @@ transactions-jta ${atomikos.version} - - com.codahale.metrics - metrics-graphite - ${codahale-metrics.version} - - - com.codahale.metrics - metrics-ganglia - ${codahale-metrics.version} - - - com.codahale.metrics - metrics-core - ${codahale-metrics.version} - - - com.codahale.metrics - metrics-servlets - ${codahale-metrics.version} - com.google.code.gson gson ${gson.version} + + io.dropwizard.metrics + metrics-graphite + ${dropwizard-metrics.version} + + + io.dropwizard.metrics + metrics-ganglia + ${dropwizard-metrics.version} + + + io.dropwizard.metrics + metrics-core + ${dropwizard-metrics.version} + + + io.dropwizard.metrics + metrics-servlets + ${dropwizard-metrics.version} + org.codehaus.btm btm @@ -1506,4 +1504,4 @@ integration-test - + \ No newline at end of file