Maxim Muzafarov created CASSANDRA-18907:
-------------------------------------------

             Summary: Remove unnecessary reporter-config3 dependency
                 Key: CASSANDRA-18907
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18907
             Project: Cassandra
          Issue Type: Task
          Components: Observability/Metrics
            Reporter: Maxim Muzafarov
            Assignee: Maxim Muzafarov


After the CASSANDRA-14667 the dwopwizard metrics library was updated to the 
latest version, metrics reporters e.g. ConsoleReporter or CsvReporter that were 
shipped with the {{reporter-config3}} are no longer needed as they are part of 
the dropwizard itself. 

The project has been archived since the 2020 year and is no longer supported.
https://github.com/addthis/metrics-reporter-config

I think we can remove the following:
{code}
      <dependency>
        <groupId>com.addthis.metrics</groupId>
        <artifactId>reporter-config3</artifactId>
        <version>3.0.3</version>
        <exclusions>
          <exclusion>
            <artifactId>hibernate-validator</artifactId>
            <groupId>org.hibernate</groupId>
          </exclusion>
        </exclusions>
      </dependency>
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to