Skip to content

Commit e58849e

Browse files
authored
Merge pull request #116 from dmlloyd/fix-mi
Export `org.jboss.logging.annotations`
2 parents 07aa37b + 6943836 commit e58849e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module org.jboss.logging.annotations {
22
requires static org.jboss.logging;
3-
}
3+
exports org.jboss.logging.annotations;
4+
}

0 commit comments

Comments
 (0)