aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2020-10-20 16:04:23 +0000
committerPJ Fanning <fanningpj@apache.org>2020-10-20 16:04:23 +0000
commitccad1fc86e51f39141d304b7cc5980f7d50dbd7f (patch)
tree5ad80d1650ccaee9f0a4d2dc6ad230c3c42aa422 /build.gradle
parent435677c90a6251963a29438b7cf33cc3475061cd (diff)
downloadpoi-ccad1fc86e51f39141d304b7cc5980f7d50dbd7f.tar.gz
poi-ccad1fc86e51f39141d304b7cc5980f7d50dbd7f.zip
xmlbeans jar location
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle8
1 files changed, 2 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 1324866771..d34280d88f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -315,9 +315,7 @@ project('examples') {
compile project(':ooxml')
compile project(':scratchpad')
- // 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 files('../../build/dist/maven/ooxml-schemas/ooxml-schemas-1.5.jar')
compile "org.apache.commons:commons-compress:${commonsCompressVersion}"
@@ -364,9 +362,7 @@ project('integrationtest') {
testCompile "junit:junit:${junitVersion}"
- // revert this back to a normal dependency after XMLBeans 4.0.0 is released
- //testCompile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
- testCompile urlFile('https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.0.jar', 'xmlbeans')
+ testCompile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
testCompile files('../../build/dist/maven/ooxml-schemas/ooxml-schemas-1.5.jar')
testCompile files(this.project(':ooxml').sourceSets.test.runtimeClasspath)