diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 7610bfd0c3..1324866771 100644 --- a/build.gradle +++ b/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}" |