Author: fanningpj
Date: Fri Oct 16 16:57:11 2020
New Revision: 1882586
URL: http://svn.apache.org/viewvc?rev=1882586&view=rev
Log:
use xmlbeans official 4.0.0 release
Modified:
poi/trunk/build.gradle
poi/trunk/build.xml
Modified: poi/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1882586&r1=1882585&r2=1882586&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Oct 16 16:57:11 2020
@@ -262,10 +262,7 @@ project('ooxml') {
compileJava.dependsOn 'ant-compile-ooxml-xsds'
dependencies {
- // revert this back to a normal dependency after XMLBeans 4.0.0 is
released
- //compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
- compile
urlFile('https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.0.jar',
'xmlbeans')
-
+ compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
compile 'org.apache.commons:commons-collections4:4.4'
compile "org.apache.commons:commons-math3:${commonsMathVersion}"
compile "org.apache.commons:commons-compress:${commonsCompressVersion}"
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1882586&r1=1882585&r2=1882586&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Oct 16 16:57:11 2020
@@ -301,8 +301,7 @@ under the License.
<!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
<dependency prefix="ooxml.curvesapi"
artifact="com.github.virtuald:curvesapi:1.06" usage="ooxml"/>
- <dependency prefix="ooxml.xmlbeans"
artifact="org.apache.xmlbeans:xmlbeans:4.0.0" usage="ooxml"
-
url="https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build//xmlbeans-4.0.0.jar"/>
+ <dependency prefix="ooxml.xmlbeans"
artifact="org.apache.xmlbeans:xmlbeans:4.0.0" usage="ooxml"/>
<dependency prefix="ooxml.commons-compress"
artifact="org.apache.commons:commons-compress:1.20" usage="ooxml"/>
<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars
target-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]