Commit 00f7ae8 1 parent 271ce8b commit 00f7ae8 Copy full SHA for 00f7ae8
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ An implementation of the [Apache TinkerPop OLTP Provider](https://tinkerpop.apac
8
8
9
9
This Provider supports:
10
10
* Apache TinkerPop 3.3
11
- * ArangoDB 3.3 (via ArangoDB Java Driver 5.0.0).
11
+ * ArangoDB 3.3+ (via ArangoDB Java Driver 5.0.0).
12
12
13
13
## ArangoDB
14
14
@@ -24,7 +24,7 @@ To add the provider to your project via maven you need to add the following depe
24
24
<dependency >
25
25
<groupId >org.arangodb</groupId >
26
26
<artifactId >arangodb-tinkerpop-provider</artifactId >
27
- <version >2.0.0 </version >
27
+ <version >2.0.1 </version >
28
28
</dependency >
29
29
....
30
30
</dependencies >
@@ -53,8 +53,6 @@ builder.graph("modern")
53
53
54
54
// create a ArangoDB graph
55
55
BaseConfiguration conf = builder. build();
56
- // The Graph.GRAPH ("gremlin.graph") configuration must point to the Graph implementation class
57
- conf. addProperty(Graph . GRAPH , ArangoDBGraph . class. getName());
58
56
Graph graph = GraphFactory . open(conf);
59
57
GraphTraversalSource gts = new GraphTraversalSource (graph);
60
58
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.arangodb</groupId >
8
8
<artifactId >arangodb-tinkerpop-provider</artifactId >
9
- <version >2.0.0 </version >
9
+ <version >2.0.1 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >ArangoDB-TinkerPop-Provider</name >
You can’t perform that action at this time.
0 commit comments