diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-01-11 12:25:12 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-01-11 12:25:12 +0000 |
commit | c15a35b4c7d9cfd07614032919f1025b3442fbc9 (patch) | |
tree | e9db986db29dfe6f6580016f17394b96305ad332 /maven | |
parent | eaaeb4b6dddabd8cb427b594cbb976b90b46348d (diff) | |
download | poi-c15a35b4c7d9cfd07614032919f1025b3442fbc9.tar.gz poi-c15a35b4c7d9cfd07614032919f1025b3442fbc9.zip |
Remove use of xmlbeans 2.3.0 in build to simplify our build dependencies
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1820869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r-- | maven/ooxml-schemas.pom | 2 | ||||
-rw-r--r-- | maven/ooxml-security.pom | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/maven/ooxml-schemas.pom b/maven/ooxml-schemas.pom index da49544ae1..dd92b6593c 100644 --- a/maven/ooxml-schemas.pom +++ b/maven/ooxml-schemas.pom @@ -64,7 +64,7 @@ <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> </dependencies> </project> diff --git a/maven/ooxml-security.pom b/maven/ooxml-security.pom index de9112e211..ae64ad6b00 100644 --- a/maven/ooxml-security.pom +++ b/maven/ooxml-security.pom @@ -73,7 +73,7 @@ <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> </dependencies> </project> |