mirror of https://github.com/apache/cassandra
Remove commons-codec dependency
patch by Ekaterina Dimitrova; reviewed by Brandon Williams (CASSANDRA-18772)
This commit is contained in:
parent
bf39188cdc
commit
9be8369ae6
|
|
@ -60,10 +60,6 @@
|
|||
<groupId>commons-cli</groupId>
|
||||
<artifactId>commons-cli</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
|
|
|
|||
|
|
@ -357,11 +357,6 @@
|
|||
<artifactId>commons-cli</artifactId>
|
||||
<version>1.5.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
5.0-alpha2
|
||||
* Remove commons-codec dependency (CASSANDRA-18772)
|
||||
Merged from 4.1:
|
||||
Merged from 4.0:
|
||||
Merged from 3.11:
|
||||
|
|
|
|||
Loading…
Reference in New Issue