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)