mirror of https://github.com/apache/cassandra
Remove unnecessary reporter-config3 dependency
patch by Maxim Muzafarov; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18907
This commit is contained in:
parent
e8c595102a
commit
4549b07997
|
|
@ -136,10 +136,6 @@
|
|||
<groupId>io.dropwizard.metrics</groupId>
|
||||
<artifactId>metrics-logback</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.addthis.metrics</groupId>
|
||||
<artifactId>reporter-config3</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.clearspring.analytics</groupId>
|
||||
<artifactId>stream</artifactId>
|
||||
|
|
|
|||
|
|
@ -712,17 +712,6 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<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>
|
||||
<dependency>
|
||||
<groupId>org.mindrot</groupId>
|
||||
<artifactId>jbcrypt</artifactId>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue