add support for running tests from aarch64
This commit is contained in:
parent
f4f93bb24d
commit
63a17bc14b
|
@ -413,7 +413,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.amazonaws</groupId>
|
<groupId>com.amazonaws</groupId>
|
||||||
<artifactId>DynamoDBLocal</artifactId>
|
<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>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue