You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by kw...@apache.org on 2022/07/18 07:47:48 UTC

[jackrabbit-oak] branch trunk updated: OAK-9679 support testing with DynamoDBLocal on Apple Silicon (#612)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ff5ecebaa0 OAK-9679 support testing with DynamoDBLocal on Apple Silicon (#612)
ff5ecebaa0 is described below

commit ff5ecebaa01f29144da0b1e9505ad7229b4ceb9e
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jul 18 09:47:42 2022 +0200

    OAK-9679 support testing with DynamoDBLocal on Apple Silicon (#612)
---
 oak-segment-aws/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/oak-segment-aws/pom.xml b/oak-segment-aws/pom.xml
index 97b20d1cd3..d392d532ed 100644
--- a/oak-segment-aws/pom.xml
+++ b/oak-segment-aws/pom.xml
@@ -309,6 +309,14 @@
             <type>dll</type>
             <scope>test</scope>
         </dependency>
+        <!-- add native implementation for Apple silicon from fork -->
+        <dependency>
+            <groupId>io.github.ganadist.sqlite4java</groupId>
+            <artifactId>libsqlite4java-osx-aarch64</artifactId>
+            <version>${sqlite4java.version}</version>
+            <type>dylib</type>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>com.almworks.sqlite4java</groupId>
             <artifactId>libsqlite4java-osx</artifactId>