This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-3.0 by this push:
new 850336217b Add support for vnodes in jvm-dtest
850336217b is described below
commit 850336217b438ca8623e26c7efe02c993f82c46b
Author: David Capwell <[email protected]>
AuthorDate: Mon Apr 11 09:38:40 2022 -0700
Add support for vnodes in jvm-dtest
patch by David Capwell; reviewed by Alex Petrov, Josh McKenzie for
CASSANDRA-17332
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 808a4c97d8..f443e26a8c 100644
--- a/build.xml
+++ b/build.xml
@@ -359,7 +359,7 @@
<exclusion groupId="commons-lang" artifactId="commons-lang"/>
</dependency>
<dependency groupId="org.mockito" artifactId="mockito-core"
version="3.2.4" scope="test"/>
- <dependency groupId="org.apache.cassandra" artifactId="dtest-api"
version="0.0.11" scope="test"/>
+ <dependency groupId="org.apache.cassandra" artifactId="dtest-api"
version="0.0.13" scope="test"/>
<dependency groupId="org.reflections" artifactId="reflections"
version="0.9.12" scope="test"/>
<dependency groupId="org.quicktheories" artifactId="quicktheories"
version="0.25" scope="test"/>
<dependency groupId="org.apache.hadoop" artifactId="hadoop-core"
version="1.0.3" scope="provided">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]