Skip to content

Commit e189652

Browse files
authored
Add missing export for org.assertj.core.annotation (#3951)
1 parent 0cb489e commit e189652

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assertj-core/src/main/java9/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*/
1313
module org.assertj.core {
1414
// AssertJ Core's package API
15+
exports org.assertj.core.annotation;
1516
exports org.assertj.core.annotations;
1617
exports org.assertj.core.api;
1718
exports org.assertj.core.api.exception;

0 commit comments

Comments
 (0)