浏览代码

use xmlbeans official 4.0.0 release

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882586 13f79535-47bb-0310-9956-ffa450edef68
tags/before_ooxml_3rd_edition
PJ Fanning 3 年前
父节点
当前提交
a3194a9b5b
共有 2 个文件被更改,包括 2 次插入6 次删除
  1. 1
    4
      build.gradle
  2. 1
    2
      build.xml

+ 1
- 4
build.gradle 查看文件

@@ -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}"

+ 1
- 2
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-->

正在加载...
取消
保存