This is an automated email from the ASF dual-hosted git repository. smiklosovic pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push: new c6f0521406 ninja fix: do not resolve Corretto library to build/test/lib/jars c6f0521406 is described below commit c6f05214061bdf57182be691d54c22771e68aac0 Author: Stefan Miklosovic <smikloso...@apache.org> AuthorDate: Sat Jul 29 20:33:52 2023 +0200 ninja fix: do not resolve Corretto library to build/test/lib/jars --- .build/parent-pom-template.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.build/parent-pom-template.xml b/.build/parent-pom-template.xml index d0d69171a5..11073d5b18 100644 --- a/.build/parent-pom-template.xml +++ b/.build/parent-pom-template.xml @@ -259,6 +259,7 @@ <artifactId>AmazonCorrettoCryptoProvider</artifactId> <classifier>linux-x86_64</classifier> <version>2.2.0</version> + <scope>provided</scope> </dependency> </dependencies> </profile> @@ -275,6 +276,7 @@ <artifactId>AmazonCorrettoCryptoProvider</artifactId> <classifier>linux-aarch_64</classifier> <version>2.2.0</version> + <scope>provided</scope> </dependency> </dependencies> </profile> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org