Skip to content

Commit

Permalink
add assert4j as required at communication-tck-document
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Oct 23, 2022
1 parent fc1542f commit d9a02c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
module jakarta.nosql.communication.tck.document {
requires jakarta.nosql.communication.core;
requires jakarta.nosql.communication.document;
requires hamcrest.all;
requires org.junit.jupiter.api;
requires org.assertj.core;
requires org.mockito;
requires org.junit.jupiter.params;
exports jakarta.nosql.communication.tck.document;
Expand Down

0 comments on commit d9a02c4

Please sign in to comment.