You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2021/09/10 22:40:51 UTC

[cassandra] branch cassandra-3.0 updated: Add semver4j to the default shared packages in the jvm dtests

This is an automated email from the ASF dual-hosted git repository.

mck 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 b6f0864  Add semver4j to the default shared packages in the jvm dtests
b6f0864 is described below

commit b6f0864982f335605e50e68aaf64374d34ec9024
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Fri Sep 10 23:55:30 2021 +0200

    Add semver4j to the default shared packages in the jvm dtests
    
    (Upgrade to dtest-api-0.0.9)
    
     patch by Mick Semb Wever; reviewed by Alex Petrov for CASSANDRA-16803
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index a5572e8..3e77a95 100644
--- a/build.xml
+++ b/build.xml
@@ -346,7 +346,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.8" scope="test"/>
+          <dependency groupId="org.apache.cassandra" artifactId="dtest-api" version="0.0.9" 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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org