diff options
author | PJ Fanning <fanningpj@apache.org> | 2022-06-02 08:39:29 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2022-06-02 08:39:29 +0000 |
commit | bf7f9d7f279249ab7534aa86d9d6817510efde3d (patch) | |
tree | 390f0b225b9a556b0c2aea3c41c33d045f6f74d5 /poi-ooxml-lite-agent | |
parent | a3b3b91d5034a192daa767b97c7a7caf1ab3d9c5 (diff) | |
download | poi-bf7f9d7f279249ab7534aa86d9d6817510efde3d.tar.gz poi-bf7f9d7f279249ab7534aa86d9d6817510efde3d.zip |
revert xmlbeans jar changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite-agent')
-rw-r--r-- | poi-ooxml-lite-agent/build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle index e9e543f407..d89680f47a 100644 --- a/poi-ooxml-lite-agent/build.gradle +++ b/poi-ooxml-lite-agent/build.gradle @@ -26,8 +26,7 @@ sourceSets { dependencies { api 'net.bytebuddy:byte-buddy:1.12.+' api 'net.bytebuddy:byte-buddy-agent:1.12.+' - //api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" - api files("/Users/pj.fanning/Downloads/xmlbeans-5.1.0.jar") + api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" } final MODULE_NAME = 'org.apache.poi.ooxml_lite' |