Skip to content

Commit

Permalink
simplify jakarta nosql columN
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jan 11, 2023
1 parent e17ccf1 commit 2252fc7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions api/nosql-column/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
*/
module jakarta.nosql.mapping.column {
requires jakarta.nosql.communication.core;
requires jakarta.nosql.mapping.core;
requires jakarta.nosql.communication.column;
module jakarta.nosql.column {
requires jakarta.nosql.core;
exports jakarta.nosql.column;
uses ColumnQueryPagination.ColumnQueryPaginationProvider;
}

0 comments on commit 2252fc7

Please sign in to comment.