File tree Expand file tree Collapse file tree 2 files changed +31
-15
lines changed Expand file tree Collapse file tree 2 files changed +31
-15
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,29 @@ Support version: ArangoDB-2.2.x
15
15
16
16
To add the driver to your project with maven, add the following code to your pom.xml:
17
17
18
- ``` XML
19
- <repositories >
20
- <repository >
21
- <id >arangodb-java-driver</id >
22
- <name >maven repository on GitHub</name >
23
- <url >https://raw.github.com/triAGENS/arangodb-java-driver/mvn-repo</url >
24
- <layout >default</layout >
25
- </repository >
26
- </repositories >
27
- ```
28
-
29
18
``` XML
30
19
<dependencies >
31
20
<dependency >
32
- <groupId >at.orz </groupId >
33
- <artifactId >arangodb-java-driver-2.0-standalone </artifactId >
34
- <version >2.0</version >
21
+ <groupId >com.arangodb </groupId >
22
+ <artifactId >arangodb-java-driver</artifactId >
23
+ <version >[ 2.0,2.1] </version >
35
24
</dependency >
25
+ ....
36
26
</dependencies >
37
27
```
38
28
29
+ If you want to test with a snapshot version (e.g. 2.0-SNAPSHOT), add the snapshot repository to your pom.xml:
30
+
31
+ ``` XML
32
+ <repositories >
33
+ <repository >
34
+ <id >arangodb-snapshots</id >
35
+ <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
36
+ </repository >
37
+ </repositories >
38
+ ```
39
+
40
+
39
41
## Driver Setup
40
42
41
43
Setup with default configuration:
Original file line number Diff line number Diff line change 26
26
<name >tamtam180</name >
27
27
<url >http://mt.orz.at/</url >
28
28
</developer >
29
+ <developer >
30
+ <id >gschwab</id >
31
+ <name >gschwab</name >
32
+ <url >https://github.com/gschwab</url >
33
+ </developer >
34
+ <developer >
35
+ <id >scottashton</id >
36
+ <name >scottashton</name >
37
+ <url >https://github.com/scottashton</url >
38
+ </developer >
29
39
<developer >
30
40
<id >a-brandt</id >
31
41
<name >a-brandt</name >
32
- <url >https://www.arangodb. com/</url >
42
+ <url >https://github. com/a-brandt </url >
33
43
</developer >
34
44
</developers >
35
45
237
247
<developerConnection >scm:git:git://github.com/arangodb/arangodb-java-driver.git</developerConnection >
238
248
</scm >
239
249
250
+ <organization >
251
+ <name >ArangoDB GmbH</name >
252
+ <url >https://www.arangodb.com</url >
253
+ </organization >
240
254
</project >
You can’t perform that action at this time.
0 commit comments