Skip to content

Commit 84b2cca

Browse files
committed
Updated dependencies for 5.20 - made several apache commons libraries that come with neo4j provided
1 parent 4683817 commit 84b2cca

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

pom.xml

+37-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.neo4j</groupId>
77
<artifactId>neosemantics</artifactId>
8-
<version>5.18.0</version>
8+
<version>5.20.0</version>
99
<packaging>jar</packaging>
1010
<name>neosemantics (n10s)</name>
1111
<description>n10s is a plugin that enables the use of RDF in Neo4j</description>
@@ -34,8 +34,8 @@
3434
</developers>
3535

3636
<properties>
37-
<neo4j.version>5.18.0</neo4j.version>
38-
<sesame.version>4.3.10</sesame.version>
37+
<neo4j.version>5.20.0</neo4j.version>
38+
<sesame.version>4.3.12</sesame.version>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
</properties>
4141

@@ -52,10 +52,44 @@
5252
<version>${neo4j.version}</version>
5353
<scope>provided</scope>
5454
</dependency>
55+
<dependency>
56+
<groupId>commons-io</groupId>
57+
<artifactId>commons-io</artifactId>
58+
<version>2.16.0</version>
59+
<scope>provided</scope>
60+
</dependency>
61+
<dependency>
62+
<groupId>commons-codec</groupId>
63+
<artifactId>commons-codec</artifactId>
64+
<version>1.16.1</version>
65+
<scope>provided</scope>
66+
</dependency>
67+
<dependency>
68+
<groupId>org.apache.commons</groupId>
69+
<artifactId>commons-lang3</artifactId>
70+
<version>3.14.0</version>
71+
<scope>provided</scope>
72+
</dependency>
73+
<dependency>
74+
<groupId>commons-logging</groupId>
75+
<artifactId>commons-logging</artifactId>
76+
<version>1.3.0</version>
77+
<scope>provided</scope>
78+
</dependency>
79+
<dependency>
80+
<groupId>org.apache.commons</groupId>
81+
<artifactId>commons-text</artifactId>
82+
<version>1.11.0</version>
83+
<scope>provided</scope>
84+
</dependency>
5585
<dependency>
5686
<groupId>org.eclipse.rdf4j</groupId>
5787
<artifactId>rdf4j-rio-rdfxml</artifactId>
5888
<version>${sesame.version}</version>
89+
<!--exclusions>
90+
<exclusion>
91+
</exclusion>
92+
</exclusions-->
5993
</dependency>
6094
<dependency>
6195
<groupId>org.eclipse.rdf4j</groupId>

0 commit comments

Comments
 (0)