Added old dependency as comment for future reference

This commit is contained in:
Luca Frosini 2021-02-26 18:54:05 +01:00
parent 4c5ebc9362
commit 933c5dd469
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.orientechnologies</groupId> <groupId>com.orientechnologies</groupId>
<!--
To work with Thinkerpop® it is required to use this artifactId
<artifactId>orientdb-graphdb</artifactId>
Giving that we just use OrientDB classes and not Thinkerpop®
implementation we use a lighter dependecy
-->
<artifactId>orientdb-client</artifactId> <artifactId>orientdb-client</artifactId>
<version>3.0.37</version> <version>3.0.37</version>
</dependency> </dependency>