mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5153888315
commit
4f39cced7a
@ -45,6 +45,7 @@ dependencies {
|
||||
testImplementation project(path: ':poi', configuration: 'tests')
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
|
||||
testImplementation 'org.apiguardian:apiguardian-api:1.1.2'
|
||||
|
||||
javadocs project(':poi')
|
||||
javadocs project(':poi-ooxml')
|
||||
|
||||
@ -106,7 +106,6 @@ module org.apache.poi.poi {
|
||||
requires net.bytebuddy;
|
||||
requires org.junit.jupiter.api;
|
||||
requires org.junit.jupiter.params;
|
||||
requires org.apiguardian.api;
|
||||
|
||||
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