File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 204204 <version >5.12.0</version >
205205 <scope >test</scope >
206206 </dependency >
207- <!-- ACCP - Amazon Corretto Crypto Provider -->
207+
208+ <!-- ACCP - Amazon Corretto Crypto Provider (Linux + macOS) -->
208209 <dependency >
209210 <groupId >software.amazon.cryptools</groupId >
210211 <artifactId >AmazonCorrettoCryptoProvider</artifactId >
211212 <version >${accp.version} </version >
212213 <classifier >linux-x86_64</classifier >
213214 </dependency >
215+ <dependency >
216+ <groupId >software.amazon.cryptools</groupId >
217+ <artifactId >AmazonCorrettoCryptoProvider</artifactId >
218+ <version >${accp.version} </version >
219+ <classifier >osx-x86_64</classifier >
220+ </dependency >
221+ <dependency >
222+ <groupId >software.amazon.cryptools</groupId >
223+ <artifactId >AmazonCorrettoCryptoProvider</artifactId >
224+ <version >${accp.version} </version >
225+ <classifier >osx-aarch_64</classifier >
226+ </dependency >
214227 </dependencies >
215228
216229 <profiles >
You can’t perform that action at this time.
0 commit comments