mirror of https://github.com/apache/cassandra
Update ant-junit to version 1.10.12
patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever for CASSANDRA-17218
This commit is contained in:
parent
c420d754d8
commit
3ceaed125c
|
|
@ -1,4 +1,5 @@
|
|||
4.0.2
|
||||
* Update ant-junit to version 1.10.12 (CASSANDRA-17218)
|
||||
* Add droppable tombstone metrics to nodetool tablestats (CASSANDRA-16308)
|
||||
* Fix disk failure triggered when enabling FQL on an unclean directory (CASSANDRA-17136)
|
||||
* Fixed broken classpath when multiple jars in build directory (CASSANDRA-17129)
|
||||
|
|
|
|||
|
|
@ -565,7 +565,7 @@
|
|||
<dependency groupId="org.openjdk.jmh" artifactId="jmh-core" version="1.21" scope="test"/>
|
||||
<dependency groupId="org.openjdk.jmh" artifactId="jmh-generator-annprocess" version="1.21" scope="test"/>
|
||||
|
||||
<dependency groupId="org.apache.ant" artifactId="ant-junit" version="1.9.7" scope="test"/>
|
||||
<dependency groupId="org.apache.ant" artifactId="ant-junit" version="1.10.12" scope="test"/>
|
||||
|
||||
<dependency groupId="org.apache.cassandra" artifactId="cassandra-all" version="${version}" />
|
||||
<dependency groupId="io.dropwizard.metrics" artifactId="metrics-core" version="3.1.5" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue