Using orientdb-client in place of orientdb-graphdb
This commit is contained in:
parent
99e88fc1e3
commit
4c5ebc9362
2
pom.xml
2
pom.xml
|
@ -52,7 +52,7 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.orientechnologies</groupId>
|
<groupId>com.orientechnologies</groupId>
|
||||||
<artifactId>orientdb-graphdb</artifactId>
|
<artifactId>orientdb-client</artifactId>
|
||||||
<version>3.0.37</version>
|
<version>3.0.37</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue