From 83924dcbe8e204823653001ddc01ebc8a1f9d5b8 Mon Sep 17 00:00:00 2001 From: Jeen Broekstra Date: Mon, 30 May 2022 19:18:31 +1200 Subject: [PATCH] GH-3931 include lmdb native extensions for distribution --- about.md | 4 ++++ core/sail/lmdb/pom.xml | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/about.md b/about.md index 52faba604af..ac6c239cb4e 100644 --- a/about.md +++ b/about.md @@ -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 . diff --git a/core/sail/lmdb/pom.xml b/core/sail/lmdb/pom.xml index b3bde1bbf95..0ba7ebe6296 100644 --- a/core/sail/lmdb/pom.xml +++ b/core/sail/lmdb/pom.xml @@ -37,7 +37,6 @@ natives-macos ${lwjgl.version} runtime - true org.lwjgl @@ -45,7 +44,6 @@ natives-windows ${lwjgl.version} runtime - true org.lwjgl @@ -53,7 +51,6 @@ natives-linux ${lwjgl.version} runtime - true org.lwjgl @@ -61,7 +58,6 @@ natives-macos ${lwjgl.version} runtime - true org.lwjgl @@ -69,7 +65,6 @@ natives-macos-arm64 ${lwjgl.version} runtime - true org.lwjgl @@ -77,7 +72,6 @@ natives-windows ${lwjgl.version} runtime - true ${project.groupId}