Skip to content

Commit

Permalink
chore: add api dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jul 28, 2023
1 parent 4bd59ae commit 3868c64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jnosql-mapping/jnosql-mapping-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
<artifactId>jnosql-communication-query</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.nosql</groupId>
<artifactId>nosql-core</artifactId>
Expand Down

0 comments on commit 3868c64

Please sign in to comment.