diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2020-12-13 15:32:43 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2020-12-13 15:32:43 +0000 |
commit | c8940e7d1e24ef75481461102bf417e7920dc2e5 (patch) | |
tree | 06520b767e1bf6b848466aa8605afe724ef3853e /osgi/pom.xml | |
parent | 83c6910dbd5501baf7330f6284e7527b0e7d0e37 (diff) | |
download | poi-c8940e7d1e24ef75481461102bf417e7920dc2e5.tar.gz poi-c8940e7d1e24ef75481461102bf417e7920dc2e5.zip |
#64979 - Change artifact names of poi-/ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884381 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi/pom.xml')
-rw-r--r-- | osgi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml index 99a1bba145..0d19cd3341 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -96,7 +96,7 @@ poi;inline=true, poi-scratchpad;inline=true, poi-ooxml;inline=true, - poi-ooxml-schemas;inline=true, + poi-ooxml-lite;inline=true, xmlbeans;inline=true, SparseBitSet, curvesapi, @@ -150,7 +150,7 @@ </dependency> <dependency> <groupId>org.apache.poi</groupId> - <artifactId>poi-ooxml-schemas</artifactId> + <artifactId>poi-ooxml-lite</artifactId> <version>${poi.version}</version> </dependency> |