We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6172559 commit d67c6c3Copy full SHA for d67c6c3
README.md
@@ -7,11 +7,11 @@
7
8
This library is a Java driver for ArangoDB.
9
10
-Supported version: ArangoDB 2.6.x, ArangoDB 2.7.x and ArangoDB 2.8.x
+Supported version: ArangoDB 2.7.x and ArangoDB 2.8.x
11
12
# Required
13
14
-* [ArangoDB](https://github.com/arangodb/arangodb) version 2.6.x or 2.7.x
+* [ArangoDB](https://github.com/arangodb/arangodb) version 2.7.x or 2.8.x
15
* Java 1.6 later
16
17
# Basics
@@ -367,6 +367,10 @@ Now an edge can be created to set a relation between vertices
367
null,
368
null);
369
```
370
+# Compile java driver
371
+```
372
+ mvn clean install -DskipTests=true -Dgpg.skip=true -Dmaven.javadoc.skip=true -B
373
374
375
# Learn more
376
* [ArangoDB](https://www.arangodb.com/)
0 commit comments