mirror of https://github.com/apache/cassandra
ninja fix: do not resolve Corretto library to build/test/lib/jars
This commit is contained in:
parent
5815f0d5eb
commit
c6f0521406
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue