Skip to content

Commit e7c88a2

Browse files
committed
feat: define jsonb as dependency
Signed-off-by: Otavio Santana <[email protected]>
1 parent b0934ab commit e7c88a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
<groupId>io.quarkus</groupId>
3939
<artifactId>quarkus-arc</artifactId>
4040
</dependency>
41+
<dependency>
42+
<groupId>io.quarkus</groupId>
43+
<artifactId>quarkus-jsonb</artifactId>
44+
</dependency>
4145
<dependency>
4246
<groupId>io.quarkiverse.jnosql</groupId>
4347
<artifactId>quarkus-jnosql-document-arangodb</artifactId>

0 commit comments

Comments
 (0)