Upgraded orientdb version from 3.0.15 to 3.0.35

This commit is contained in:
Luca Frosini 2021-01-21 14:52:00 +01:00
parent 06c831e426
commit 886a809c33
1 changed files with 1 additions and 7 deletions

View File

@ -20,12 +20,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<webappDirectory>${project.basedir}${file.separator}src${file.separator}main${file.separator}webapp${file.separator}WEB-INF</webappDirectory>
<serviceClass>VREManagement</serviceClass>
<orientdb.version>3.0.15</orientdb.version>
<!-- OrientDB version has impact on jackson and thinkerpop version.
When OrientDB version is changed jackson and thinkerpop version
must be coherent with the one declared by orientdb -->
<jackson.version>2.6.0</jackson.version>
<thinkerpop.version>2.6.0</thinkerpop.version>
</properties>
<scm>
@ -72,7 +66,7 @@
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-client</artifactId>
<version>${orientdb.version}</version>
<version>3.0.35</version>
</dependency>
<dependency>