diff options
author | Dominik Stadler <centic@apache.org> | 2014-10-10 06:48:07 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-10-10 06:48:07 +0000 |
commit | d53398ba5f4855dde0e61bf59838435a8b8415fd (patch) | |
tree | 393734fe8f421ed35a5723cdfa58106ed992113a /sonar/ooxml-schema | |
parent | a654994715472fc145a92dd0a21aff54fbdd96e1 (diff) | |
download | poi-d53398ba5f4855dde0e61bf59838435a8b8415fd.tar.gz poi-d53398ba5f4855dde0e61bf59838435a8b8415fd.zip |
Use XMLBeans 2.6.0 for Sonar runs as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1630659 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml-schema')
-rw-r--r-- | sonar/ooxml-schema/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/ooxml-schema/pom.xml b/sonar/ooxml-schema/pom.xml index 453b53fa57..5b08332736 100644 --- a/sonar/ooxml-schema/pom.xml +++ b/sonar/ooxml-schema/pom.xml @@ -98,7 +98,7 @@ <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> + <version>2.6.0</version> </dependency> </dependencies> </project> |