Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit fa47b18

Browse files
committed
Merge pull request #21 from MartinBrugnara/master
Fix mvn artifactId
2 parents ee206d1 + fbc246e commit fa47b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To add the driver to your project with maven, add the following code to your pom
2626
<dependencies>
2727
<dependency>
2828
<groupId>com.arangodb</groupId>
29-
<artifactId>arangodb-java-driver</artifactId>
29+
<artifactId>blueprints-arangodb-graph</artifactId>
3030
<version>1.0.13</version>
3131
</dependency>
3232
....

0 commit comments

Comments
 (0)