Skip to content

Commit

Permalink
feat: move metadata to api-core
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 31, 2023
1 parent 151baaa commit 0eb148f
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 15 deletions.
10 changes: 10 additions & 0 deletions jnosql-mapping/jnosql-mapping-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,15 @@


<dependencies>
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication-query</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
15 changes: 0 additions & 15 deletions jnosql-mapping/jnosql-mapping-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,11 @@
</properties>

<dependencies>
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jnosql.communication</groupId>
<artifactId>jnosql-communication-query</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jnosql.mapping</groupId>
<artifactId>jnosql-mapping-api-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>jakarta.nosql</groupId>
<artifactId>nosql-core</artifactId>
<version>${jakarta.nosql.version}</version>
</dependency>
<dependency>
<groupId>io.github.classgraph</groupId>
<artifactId>classgraph</artifactId>
Expand Down

0 comments on commit 0eb148f

Please sign in to comment.