From 4951675febefad4d4ad314527f78ad8aa2313e48 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 24 Oct 2023 12:57:07 +0200 Subject: [PATCH] Revert "Bump dropwizard-metrics to 4.2.21" This reverts commit 03090030e4532c2e690f200590b5c0e4393f5dc3, as it breaks metrics-graphite in OSGi environments. Change-Id: I06ff2480f1b4e15b7e26c29d805c9b25c0fadd44 Signed-off-by: Robert Varga (cherry picked from commit d59d72345157a0f55bf7c2bcefee5d9115a43dbd) --- .../src/main/history/dependencies.xml | 8 ++++---- odlparent-dependency-check/pom.xml | 2 +- odlparent/pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/odl-dropwizard-metrics/src/main/history/dependencies.xml b/features/odl-dropwizard-metrics/src/main/history/dependencies.xml index ff27ca143..e6d2b27c6 100644 --- a/features/odl-dropwizard-metrics/src/main/history/dependencies.xml +++ b/features/odl-dropwizard-metrics/src/main/history/dependencies.xml @@ -1,9 +1,9 @@ - mvn:io.dropwizard.metrics/metrics-core/4.2.21 - mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.21 - mvn:io.dropwizard.metrics/metrics-jmx/4.2.21 - mvn:io.dropwizard.metrics/metrics-jvm/4.2.21 + mvn:io.dropwizard.metrics/metrics-core/4.2.20 + mvn:io.dropwizard.metrics/metrics-healthchecks/4.2.20 + mvn:io.dropwizard.metrics/metrics-jmx/4.2.20 + mvn:io.dropwizard.metrics/metrics-jvm/4.2.20 diff --git a/odlparent-dependency-check/pom.xml b/odlparent-dependency-check/pom.xml index 9c95367ce..8b4814c3d 100644 --- a/odlparent-dependency-check/pom.xml +++ b/odlparent-dependency-check/pom.xml @@ -95,7 +95,7 @@ io.dropwizard.metrics metrics-bom pom - 4.2.21 + 4.2.20 io.netty diff --git a/odlparent/pom.xml b/odlparent/pom.xml index 42c7c1879..5a203e7ba 100644 --- a/odlparent/pom.xml +++ b/odlparent/pom.xml @@ -721,7 +721,7 @@ io.dropwizard.metrics metrics-bom - 4.2.21 + 4.2.20 import pom -- 2.36.6