Skip to content

Commit

Permalink
GH-3931 include lmdb native extensions for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
abrokenjester committed May 30, 2022
1 parent 522adfe commit 83924dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ Parts of this product use software developed by the Google Guava project (https:
#### Spatial4J

Parts of this product use software developed by the Spatial4j project (https://github.com/spatial4j/spatial4j/). License: https://github.com/spatial4j/spatial4j/blob/master/LICENSE.txt

#### Lightning Memory-Mapped Database (LMDB)

Parts of this product use software developed by the OpenLDAP LMDB project (https://www.openldap.org/). Use of this software is governed by the terms of the OpenLDAP Public License, v2.8. A copy of the license is available at https://git.openldap.org/openldap/openldap/-/blob/master/libraries/liblmdb/LICENSE .
6 changes: 0 additions & 6 deletions core/sail/lmdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,47 +37,41 @@
<classifier>natives-macos</classifier>
<version>${lwjgl.version}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl-lmdb</artifactId>
<classifier>natives-windows</classifier>
<version>${lwjgl.version}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<classifier>natives-linux</classifier>
<version>${lwjgl.version}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<classifier>natives-macos</classifier>
<version>${lwjgl.version}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<classifier>natives-macos-arm64</classifier>
<version>${lwjgl.version}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.lwjgl</groupId>
<artifactId>lwjgl</artifactId>
<classifier>natives-windows</classifier>
<version>${lwjgl.version}</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 83924dc

Please sign in to comment.