Added old dependency as comment for future reference
This commit is contained in:
parent
4c5ebc9362
commit
933c5dd469
6
pom.xml
6
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue