Skip to content

Commit d210d41

Browse files
committed
Added macos binaries for ACCP
1 parent b3e8b8b commit d210d41

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,26 @@
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>

0 commit comments

Comments
 (0)