]> git.basschouten.com Git - openhab-addons.git/commitdiff
Add AARCH64 native lib to dynamodb (#12863)
authorJ-N-K <github@klug.nrw>
Sat, 4 Jun 2022 19:50:16 +0000 (21:50 +0200)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 19:50:16 +0000 (21:50 +0200)
Signed-off-by: Jan N. Klug <github@klug.nrw>
bundles/org.openhab.persistence.dynamodb/pom.xml

index 33d700ed4a6cdd59b3cbd3a3c0682ea7efbefc40..477bbe4794f7d3899007083aa58ec761a450af26 100644 (file)
       <version>[1.0, 2.0)</version>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>io.github.ganadist.sqlite4java</groupId>
+      <artifactId>libsqlite4java-osx-aarch64</artifactId>
+      <type>dylib</type>
+      <version>[1.0, 2.0)</version>
+      <scope>test</scope>
+    </dependency>
 
     <!-- -->
     <!-- -->