Using orientdb-client in place of orientdb-graphdb

This commit is contained in:
Luca Frosini 2021-02-26 18:51:06 +01:00
parent 99e88fc1e3
commit 4c5ebc9362
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
</dependency>
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-graphdb</artifactId>
<artifactId>orientdb-client</artifactId>
<version>3.0.37</version>
</dependency>
<dependency>