aboutsummaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorAndreas Beeker <kiwiwings@apache.org>2018-06-22 21:25:00 +0000
committerAndreas Beeker <kiwiwings@apache.org>2018-06-22 21:25:00 +0000
commitd193426a1dfba15641b3ff60c9eaf87d7cdd379d (patch)
tree337a80499c7ac0b27c67eefe4fc8173fe044adab /maven
parent5bb9ab0609aba63cd16c6ae6edc1fe2797e02c78 (diff)
downloadpoi-d193426a1dfba15641b3ff60c9eaf87d7cdd379d.tar.gz
poi-d193426a1dfba15641b3ff60c9eaf87d7cdd379d.zip
#59268 - Work on providing an updated version of XMLBeans
(imported from https://github.com/apache/poi/pull/113) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r--maven/poi-ooxml-schemas.pom2
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom
index baf531d542..295eeab9b0 100644
--- a/maven/poi-ooxml-schemas.pom
+++ b/maven/poi-ooxml-schemas.pom
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.xmlbeans</groupId>
<artifactId>xmlbeans</artifactId>
- <version>2.6.0</version>
+ <version>3.0.0</version>
</dependency>
</dependencies>
</project>