Skip to content

Commit

Permalink
Make the new tck package open
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 2, 2022
1 parent 8cda80f commit aacdd80
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -15,5 +15,7 @@
module jakarta.nosql.mapping.tck.entities {
requires jakarta.nosql.mapping.core;
exports jakarta.nosql.tck.entities;
exports jakarta.nosql.tck.entities.inheritance;
opens jakarta.nosql.tck.entities;
opens jakarta.nosql.tck.entities.inheritance;
}

0 comments on commit aacdd80

Please sign in to comment.