From 25b5b00b5afc66f1e85cc2738f4e3b4ba947ff40 Mon Sep 17 00:00:00 2001 From: Andreas Berger Date: Wed, 29 May 2024 16:23:20 +0200 Subject: [PATCH] update dependencies (#399) --- README.md | 10 +++++----- pom.xml | 32 +++++++++++++++++++++----------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9e7321e1..0e50c44b 100755 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This has meant that the spatial library needed a major refactoring to work with The removal of this support required that all internal API's needed to include parameters for the current transaction, and only the specific surface designed for embedded use not have that. * The library made use of Lucene based explicit indexes in many places. - The removal of support for explicit indexes required completely new solutions in sevaral places: + The removal of support for explicit indexes required completely new solutions in several places: * The `OSMImporter` will instead now use normal Neo4j schema indexes (introduced in 2.0). However, these can only be created in separate index transactions. Due to the new transaction model this requires stopping the import transaction, @@ -129,7 +129,7 @@ The key concepts of this library include: * WKT and WKB stored as properties of nodes * Simple points as properties of nodes (two doubles, or a double[] or a native Neo4j `Point`) * OpenStreetMap with complex geometries stored as sub-graphs to reflect the original topology of the OSM model -* Multile CoordinationReferenceSystem support using GeoTools +* Multiple CoordinationReferenceSystem support using GeoTools * Support the concept of multiple geographic layers, each with its own CRS and Index * Include an index capable of searching for complex geometries (in-graph RTree index) * Support import and export in a number of known formats (e.g. Shapefile and OSM) @@ -316,9 +316,9 @@ This has not been tested at all in any GeoTools enabled application, but could p * restart geoserver * configure a new workspace * configure a new datasource neo4j in your workspace. Point the "The directory path of the Neo4j database:" parameter to - the relative (form the GeoServer working dir) or aboslute path to a Neo4j Spatial database with layers ( + the relative (form the GeoServer working dir) or absolute path to a Neo4j Spatial database with layers ( see [Neo4j Spatial](https://github.com/neo4j/spatial)) -* in Layers, do "Add new resource" and choose your Neo4j datastore to see the exisitng Neo4j Spatial layers and add +* in Layers, do "Add new resource" and choose your Neo4j datastore to see the existing Neo4j Spatial layers and add them. ### Testing in GeoServer trunk ### @@ -537,7 +537,7 @@ at [Neo4j Spatial Releases](https://github.com/neo4j-contrib/m2/tree/master/rele ## Running Neo4j spatial code from the command-line ## -Some of the classes in Neoj4-Spatial include main() methods and can be run on the command-line. +Some of the classes in Neo4j-Spatial include main() methods and can be run on the command-line. For example there are command-line options for importing SHP and OSM data. See the main methods in the OSMImporter and ShapefileImporter classes. Here we will describe how to set up the dependencies for running the command-line, using the OSMImporter and the sample OSM file two-street.osm. diff --git a/pom.xml b/pom.xml index cd582e0b..4ea17a55 100644 --- a/pom.xml +++ b/pom.xml @@ -2,25 +2,25 @@ - 5.13.0 + 5.19.0 17 org.neo4j.maven.skins default-skin 2 - 30.0 + 30.2 20100819 20100819 UTF-8 org.neo4j.gis github - 5.10.0 - 3.2.1 + 5.10.2 + 3.2.5 4.0.0 neo4j-spatial org.neo4j - 0.30.0-neo4j-5.13.0 + 0.31.0-neo4j-5.19.0 Neo4j - Spatial Components Spatial utilities and components for Neo4j https://components.neo4j.org/${project.artifactId}/${project.version} @@ -287,7 +287,7 @@ com.google.code.gson gson - 2.10.1 + 2.11.0 test @@ -396,17 +396,22 @@ org.slf4j slf4j-api - 2.0.9 + 2.0.13 commons-io commons-io - 2.13.0 + 2.16.1 org.apache.commons commons-lang3 - 3.13.0 + 3.14.0 + + + com.fasterxml.jackson.core + jackson-databind + 2.17.1 jakarta.annotation @@ -426,18 +431,23 @@ org.scala-lang scala-library - 2.13.11 + 2.13.14 javax.measure unit-api - 2.1.3 + 2.1.2 org.apiguardian apiguardian-api 1.1.2 + + com.google.errorprone + error_prone_annotations + 2.27.0 +