Skip to content

Commit

Permalink
chore: update structure mappin
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Mar 2, 2024
1 parent 60f5cb4 commit 9b20a84
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions jnosql-mapping/jnosql-mapping-semistructured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,14 @@
<dependencies>
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication-column</artifactId>
<artifactId>jnosql-communication-semistructured</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jnosql-mapping-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.nosql</groupId>
<artifactId>nosql-column</artifactId>
<version>${jakarta.nosql.version}</version>
</dependency>
</dependencies>

</project>

0 comments on commit 9b20a84

Please sign in to comment.