Skip to content

Commit

Permalink
Merge branch 'trunk' of https://github.com/apache/jackrabbit-oak into…
Browse files Browse the repository at this point in the history
… trunk
  • Loading branch information
anchela committed Jul 18, 2022
2 parents 6802815 + ff5eceb commit 7c8bdc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions oak-segment-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7c8bdc4

Please sign in to comment.