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 | |
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')
-rw-r--r-- | sonar/ooxml-schema-encryption/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml-schema/pom.xml | 2 | ||||
-rw-r--r-- | sonar/ooxml/pom.xml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml index 56d2976775..20f281134f 100644 --- a/sonar/ooxml-schema-encryption/pom.xml +++ b/sonar/ooxml-schema-encryption/pom.xml @@ -101,7 +101,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/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> diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 6cc06f0eae..36aeeada8d 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -113,8 +113,8 @@ <dependency> <groupId>org.apache.xmlbeans</groupId> <artifactId>xmlbeans</artifactId> - <version>2.3.0</version> - </dependency> + <version>2.6.0</version> + </dependency> <!-- non-test dependency for OOXMLLite --> <dependency> |