mirror of https://github.com/apache/poi.git
xmlbeans 5.0.0 release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887648 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
deb410b568
commit
aaf0e2f7f9
|
@ -17,7 +17,7 @@
|
||||||
<classpathentry kind="src" path="src/integrationtest"/>
|
<classpathentry kind="src" path="src/integrationtest"/>
|
||||||
<classpathentry kind="lib" path="lib/ant-1.10.1.jar"/>
|
<classpathentry kind="lib" path="lib/ant-1.10.1.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/ant-launcher-1.10.1.jar"/>
|
<classpathentry kind="lib" path="lib/ant-launcher-1.10.1.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/ooxml/xmlbeans-4.0.0.jar" sourcepath="lib/ooxml/xmlbeans-4.0.0-sources.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/ooxml/xmlbeans-5.0.0.jar" sourcepath="lib/ooxml/xmlbeans-5.0.0-sources.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/junit-4.13.1.jar"/>
|
<classpathentry kind="lib" path="lib/junit-4.13.1.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/ooxml/curvesapi-1.06.jar"/>
|
<classpathentry kind="lib" path="lib/ooxml/curvesapi-1.06.jar"/>
|
||||||
|
@ -26,13 +26,13 @@
|
||||||
<classpathentry kind="lib" path="lib/main-tests/jmh-generator-annprocess-1.26.jar"/>
|
<classpathentry kind="lib" path="lib/main-tests/jmh-generator-annprocess-1.26.jar"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||||
<classpathentry exported="true" kind="lib" path="compile-lib/log4j-api-2.14.0.jar"/>
|
<classpathentry exported="true" kind="lib" path="compile-lib/log4j-api-2.14.0.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/ooxml-provided/bcpkix-jdk15on-1.67.jar"/>
|
<classpathentry kind="lib" path="lib/ooxml-provided/bcpkix-jdk15on-1.68.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/ooxml-provided/bcprov-jdk15on-1.67.jar"/>
|
<classpathentry kind="lib" path="lib/ooxml-provided/bcprov-jdk15on-1.68.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/ooxml-tests/reflections-0.9.12.jar"/>
|
<classpathentry kind="lib" path="lib/ooxml-tests/reflections-0.9.12.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/ooxml-tests/guava-30.0-jre.jar"/>
|
<classpathentry kind="lib" path="lib/ooxml-tests/guava-30.0-jre.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/ooxml-tests/javassist-3.27.0-GA.jar"/>
|
<classpathentry kind="lib" path="lib/ooxml-tests/javassist-3.27.0-GA.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/ooxml-tests/log4j-1.2.17.jar"/>
|
<classpathentry kind="lib" path="lib/ooxml-tests/log4j-1.2.17.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/ooxml-provided/xmlsec-2.2.0.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/ooxml-provided/xmlsec-2.2.1.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.15.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/commons-codec-1.15.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/commons-collections4-4.4.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
|
<classpathentry kind="lib" path="lib/commons-math3-3.6.1.jar"/>
|
||||||
|
|
|
@ -298,8 +298,7 @@ project('ooxml') {
|
||||||
compileJava.dependsOn 'downloadJarsToLibs'
|
compileJava.dependsOn 'downloadJarsToLibs'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
|
||||||
compile files("../../lib/ooxml/xmlbeans-${xmlbeansVersion}.jar")
|
|
||||||
compile 'org.apache.commons:commons-collections4:4.4'
|
compile 'org.apache.commons:commons-collections4:4.4'
|
||||||
compile "org.apache.commons:commons-math3:${commonsMathVersion}"
|
compile "org.apache.commons:commons-math3:${commonsMathVersion}"
|
||||||
compile "org.apache.commons:commons-compress:${commonsCompressVersion}"
|
compile "org.apache.commons:commons-compress:${commonsCompressVersion}"
|
||||||
|
|
|
@ -327,8 +327,7 @@ under the License.
|
||||||
|
|
||||||
<!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
|
<!-- 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.curvesapi" artifact="com.github.virtuald:curvesapi:1.06" usage="ooxml"/>
|
||||||
<dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.0" usage="ooxml"
|
<dependency prefix="ooxml.xmlbeans" artifact="org.apache.xmlbeans:xmlbeans:5.0.0" usage="ooxml"/>
|
||||||
url="https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-5.0.0.jar"/>
|
|
||||||
<dependency prefix="ooxml.commons-compress" artifact="org.apache.commons:commons-compress:1.20" 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-->
|
<!-- jars in the ooxml-test-lib directory, see the fetch-ooxml-jars target-->
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.xmlbeans</groupId>
|
<groupId>org.apache.xmlbeans</groupId>
|
||||||
<artifactId>xmlbeans</artifactId>
|
<artifactId>xmlbeans</artifactId>
|
||||||
<version>4.0.0</version>
|
<version>5.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.xmlbeans</groupId>
|
<groupId>org.apache.xmlbeans</groupId>
|
||||||
<artifactId>xmlbeans</artifactId>
|
<artifactId>xmlbeans</artifactId>
|
||||||
<version>4.0.0</version>
|
<version>5.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
|
<sonar.coverage.jacoco.xmlReportPaths>target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
|
||||||
|
|
||||||
<!-- define some of the third-party or plugin-versions globally to use the same in all modules -->
|
<!-- define some of the third-party or plugin-versions globally to use the same in all modules -->
|
||||||
<xmlbeans.version>4.0.0</xmlbeans.version>
|
<xmlbeans.version>5.0.0</xmlbeans.version>
|
||||||
<junit.version>5.7.0</junit.version>
|
<junit.version>5.7.0</junit.version>
|
||||||
<xmlunit.version>2.8.2</xmlunit.version>
|
<xmlunit.version>2.8.2</xmlunit.version>
|
||||||
<mockito.version>3.6.28</mockito.version>
|
<mockito.version>3.6.28</mockito.version>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue