From 4549b079979ff4005b0c915b5bcfb4bb56981653 Mon Sep 17 00:00:00 2001 From: Maxim Muzafarov Date: Wed, 4 Oct 2023 17:08:53 +0200 Subject: [PATCH] Remove unnecessary reporter-config3 dependency patch by Maxim Muzafarov; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18907 --- .build/cassandra-deps-template.xml | 4 ---- .build/parent-pom-template.xml | 11 ----------- CHANGES.txt | 1 + 3 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.build/cassandra-deps-template.xml b/.build/cassandra-deps-template.xml index 41796246cd..a9a713f101 100644 --- a/.build/cassandra-deps-template.xml +++ b/.build/cassandra-deps-template.xml @@ -136,10 +136,6 @@ io.dropwizard.metrics metrics-logback - - com.addthis.metrics - reporter-config3 - com.clearspring.analytics stream diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml index 0e6617947f..4c9f72e8ec 100644 --- a/.build/parent-pom-template.xml +++ b/.build/parent-pom-template.xml @@ -712,17 +712,6 @@ - - com.addthis.metrics - reporter-config3 - 3.0.3 - - - hibernate-validator - org.hibernate - - - org.mindrot jbcrypt diff --git a/CHANGES.txt b/CHANGES.txt index 12c8fbc0e3..66f613d26d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 5.0-alpha2 + * Remove unnecessary reporter-config3 dependency (CASSANDRA-18907) * Remove support for empty values on the vector data type (CASSANDRA-18876) * Upgrade Dropwizard Metrics to 4.2.19 (CASSANDRA-14667) * Upgrade caffeine cache and fix CIDR permissions cache invalidation (CASSANDRA-18805)