mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Add missing Mockito which is needed for module-based execution of tests
This seems to only fail in Ant-based test-execution
This commit is contained in:
parent
2a2e4f095e
commit
2805093da6
@ -110,6 +110,7 @@ module org.apache.poi.poi {
|
||||
requires net.bytebuddy;
|
||||
requires org.junit.jupiter.api;
|
||||
requires org.junit.jupiter.params;
|
||||
requires org.mockito;
|
||||
|
||||
exports org.apache.poi.hpsf.basic to org.junit.platform.commons;
|
||||
exports org.apache.poi.hssf.record.pivot to org.junit.platform.commons;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user