add support for running tests from aarch64

This commit is contained in:
Ehren Kret 2023-02-15 23:53:07 -06:00
parent f4f93bb24d
commit 63a17bc14b
1 changed files with 8 additions and 1 deletions

View File

@ -413,7 +413,14 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>DynamoDBLocal</artifactId>
<version>1.20.0</version>
<version>1.21.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.ganadist.sqlite4java</groupId>
<artifactId>libsqlite4java-osx-aarch64</artifactId>
<version>1.0.392</version>
<type>dylib</type>
<scope>test</scope>
</dependency>