From 84b2cca547f3b539b041acee164ab706ff68c3ca Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Wed, 5 Jun 2024 16:34:21 +0200 Subject: [PATCH] Updated dependencies for 5.20 - made several apache commons libraries that come with neo4j provided --- pom.xml | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 2c7f268..3e00582 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.neo4j neosemantics - 5.18.0 + 5.20.0 jar neosemantics (n10s) n10s is a plugin that enables the use of RDF in Neo4j @@ -34,8 +34,8 @@ - 5.18.0 - 4.3.10 + 5.20.0 + 4.3.12 UTF-8 @@ -52,10 +52,44 @@ ${neo4j.version} provided + + commons-io + commons-io + 2.16.0 + provided + + + commons-codec + commons-codec + 1.16.1 + provided + + + org.apache.commons + commons-lang3 + 3.14.0 + provided + + + commons-logging + commons-logging + 1.3.0 + provided + + + org.apache.commons + commons-text + 1.11.0 + provided + org.eclipse.rdf4j rdf4j-rio-rdfxml ${sesame.version} + org.eclipse.rdf4j