Skip to content

Commit 9365a5f

Browse files
committed
chore: include arangodb as dependency
Signed-off-by: Otavio Santana <[email protected]>
1 parent a98a6d8 commit 9365a5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<groupId>io.quarkus</groupId>
3939
<artifactId>quarkus-arc</artifactId>
4040
</dependency>
41+
<dependency>
42+
<groupId>io.quarkiverse.jnosql</groupId>
43+
<artifactId>quarkus-jnosql-document-arangodb</artifactId>
44+
<version>3.3.2</version>
45+
</dependency>
4146
<dependency>
4247
<groupId>io.quarkus</groupId>
4348
<artifactId>quarkus-junit5</artifactId>

0 commit comments

Comments
 (0)