Skip to content

Commit

Permalink
exports the key-value
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jun 19, 2022
1 parent 9225cfe commit 81bac3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/mapping/mapping-document/src/main/java/module-info.java
@@ -0,0 +1,2 @@
module mapping.document {
}
Expand Up @@ -16,4 +16,5 @@
module jakarta.nosql.mapping.key.value {
requires jakarta.nosql.communication.key.value;
requires jakarta.nosql.mapping.core;
exports jakarta.nosql.mapping.keyvalue;
}

0 comments on commit 81bac3f

Please sign in to comment.