diff options
author | Yegor Kozlov <yegor@apache.org> | 2011-02-23 10:37:03 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2011-02-23 10:37:03 +0000 |
commit | 4c5d1a1aa8575181ef2d9457b27ee7f7aef61aa0 (patch) | |
tree | 027fe1742125043f7421a536032f1b1774d1ab66 /maven/poi-ooxml-schemas.pom | |
parent | 7cb74c7778a35b456bbe757d7fb8d79135c53903 (diff) | |
download | poi-4c5d1a1aa8575181ef2d9457b27ee7f7aef61aa0.tar.gz poi-4c5d1a1aa8575181ef2d9457b27ee7f7aef61aa0.zip |
Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_spec, see Bugzilla 50581
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1073683 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/poi-ooxml-schemas.pom')
-rwxr-xr-x | maven/poi-ooxml-schemas.pom | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom index 6eba8254b5..361fe64f3f 100755 --- a/maven/poi-ooxml-schemas.pom +++ b/maven/poi-ooxml-schemas.pom @@ -64,10 +64,5 @@ <artifactId>xmlbeans</artifactId> <version>2.3.0</version> </dependency> - <dependency> - <groupId>org.apache.geronimo.specs</groupId> - <artifactId>geronimo-stax-api_1.0_spec</artifactId> - <version>1.0</version> - </dependency> </dependencies> </project> |