Skip to content

Commit

Permalink
build: add jnosql document api support
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Mar 12, 2024
1 parent 5417790 commit df39f5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jnosql-dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-key-value</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication-document</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-document</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jnosql-database-commons</artifactId>
Expand Down

0 comments on commit df39f5e

Please sign in to comment.