aratno commented on a change in pull request #1382:
URL: https://github.com/apache/cassandra/pull/1382#discussion_r785275143
##########
File path: build.xml
##########
@@ -540,6 +540,7 @@
<exclusion groupId="com.google.guava" artifactId="guava"/>
</dependency>
<dependency groupId="org.apache.cassandra" artifactId="dtest-api"
version="0.0.11" scope="test"/>
+ <dependency groupId="org.apache.cassandra" artifactId="harry-core"
version="1.0.0-SNAPSHOT" scope="test"/>
Review comment:
Looks like this artifact hasn't been uploaded yet, my build fails with
this error and I can't find it on Maven Central.
```
BUILD FAILED
~/Repos/apache/cassandra/.build/build-resolver.xml:174: The following error
occurred while executing this line:
~/Repos/apache/cassandra/.build/build-resolver.xml:72: Task
[resolver:resolve] failed after [3] attempts; giving up.
Error messages:
Could not resolve artifacts: Could not find artifact
org.apache.cassandra:harry-core:jar:1.0.0-SNAPSHOT
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]