]> source.dussan.org Git - poi.git/commitdiff
use xmlbeans official 4.0.0 release
authorPJ Fanning <fanningpj@apache.org>
Fri, 16 Oct 2020 16:57:11 +0000 (16:57 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 16 Oct 2020 16:57:11 +0000 (16:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882586 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml

index 7610bfd0c371883e4e0b3558e828270a3f5e9313..13248667713a32d23017e63cdb0b0cd02a0d6638 100644 (file)
@@ -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}"
index 717b064a07700b2a01cc7d97042634643e8ba1f6..fb06c2e45049d4c3a620bf819d1c737227761a95 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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-->