ayushisingh29 commented on code in PR #2490:
URL: https://github.com/apache/cassandra/pull/2490#discussion_r1267283190
##########
.build/parent-pom-template.xml:
##########
@@ -774,6 +774,13 @@
</dependency>
<!-- end of chronicle-queue -->
+ <dependency>
+ <groupId>software.amazon.cryptools</groupId>
+ <artifactId>AmazonCorrettoCryptoProvider</artifactId>
+ <version>2.2.0</version>
+ <classifier>linux-x86_64</classifier>
Review Comment:
The other classifier is `linux-aarch_64` which can be used to use ACCP on
Linux ARM64 platforms. It is necessary to provide the classifier otherwise we
will get an empty package. In this case it will not work for ARM.
--
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]