You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/03/19 20:50:11 UTC

[GitHub] [cassandra] dcapwell commented on a change in pull request #437: Extract in-jvm-dtest API: https://issues.apache.org/jira/browse/CASSANDRA-15539

dcapwell commented on a change in pull request #437: Extract in-jvm-dtest API: https://issues.apache.org/jira/browse/CASSANDRA-15539
URL: https://github.com/apache/cassandra/pull/437#discussion_r395300000
 
 

 ##########
 File path: build.xml
 ##########
 @@ -541,8 +543,10 @@
 
           <dependency groupId="org.yaml" artifactId="snakeyaml" version="1.11"/>
           <dependency groupId="junit" artifactId="junit" version="4.12" />
+          <dependency groupId="org.mockito" artifactId="mockito-core" version="3.2.4" />
           <dependency groupId="org.quicktheories" artifactId="quicktheories" version="0.25" />
           <dependency groupId="com.google.code.java-allocation-instrumenter" artifactId="java-allocation-instrumenter" version="${allocation-instrumenter.version}" />
+          <dependency groupId="org.apache.cassandra" artifactId="dtest-api" version="0.0.1-SNAPSHOT" />
 
 Review comment:
   snapshots are unsafe since a change to dtest now breaks cassandra...  should only rely on release.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org