diff --git a/.classpath b/.classpath index 916216ba2b..ec5f3187ab 100644 --- a/.classpath +++ b/.classpath @@ -17,7 +17,7 @@ - + @@ -26,13 +26,13 @@ - - + + - + diff --git a/build.gradle b/build.gradle index 845d107044..6363e71ff5 100644 --- a/build.gradle +++ b/build.gradle @@ -298,8 +298,7 @@ project('ooxml') { compileJava.dependsOn 'downloadJarsToLibs' dependencies { - //compile "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}" - compile files("../../lib/ooxml/xmlbeans-${xmlbeansVersion}.jar") + 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}" diff --git a/build.xml b/build.xml index 7e6ddf7af9..c9f9d53b30 100644 --- a/build.xml +++ b/build.xml @@ -327,8 +327,7 @@ under the License. - + diff --git a/maven/poi-ooxml-full.pom b/maven/poi-ooxml-full.pom index 76d38e799e..3696f23e7b 100644 --- a/maven/poi-ooxml-full.pom +++ b/maven/poi-ooxml-full.pom @@ -64,7 +64,7 @@ org.apache.xmlbeans xmlbeans - 4.0.0 + 5.0.0 diff --git a/maven/poi-ooxml-lite.pom b/maven/poi-ooxml-lite.pom index 5b0ffdc071..9ad3a4b9a2 100644 --- a/maven/poi-ooxml-lite.pom +++ b/maven/poi-ooxml-lite.pom @@ -70,7 +70,7 @@ org.apache.xmlbeans xmlbeans - 4.0.0 + 5.0.0 diff --git a/sonar/pom.xml b/sonar/pom.xml index 8dfbf0df4b..898997314a 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -79,7 +79,7 @@ target/site/jacoco/jacoco.xml - 4.0.0 + 5.0.0 5.7.0 2.8.2 3.6.28 diff --git a/src/multimodule/ooxml-lite/java9/module-info.class b/src/multimodule/ooxml-lite/java9/module-info.class index 5a1a8d9258..2a720c718d 100644 Binary files a/src/multimodule/ooxml-lite/java9/module-info.class and b/src/multimodule/ooxml-lite/java9/module-info.class differ