This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch update-dependencies in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 9eaeaec7d98ba7bccb73c1a7228f97ef9f8f9d3d Author: Bertil Chapuis <[email protected]> AuthorDate: Mon Oct 23 23:57:37 2023 +0200 Remove version number in submodule --- baremaps-core/pom.xml | 1 - baremaps-core/{pom.xml => pom.xml.versionsBackup} | 4 ---- 2 files changed, 5 deletions(-) diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml index f7d3c99f..2b61c403 100644 --- a/baremaps-core/pom.xml +++ b/baremaps-core/pom.xml @@ -138,7 +138,6 @@ limitations under the License. <dependency> <groupId>org.wololo</groupId> <artifactId>flatgeobuf</artifactId> - <version>3.24.0</version> </dependency> <dependency> <groupId>org.xerial</groupId> diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml.versionsBackup similarity index 97% copy from baremaps-core/pom.xml copy to baremaps-core/pom.xml.versionsBackup index f7d3c99f..e4b75527 100644 --- a/baremaps-core/pom.xml +++ b/baremaps-core/pom.xml.versionsBackup @@ -54,10 +54,6 @@ limitations under the License. <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> </dependency> - <dependency> - <groupId>com.github.jsqlparser</groupId> - <artifactId>jsqlparser</artifactId> - </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
