diff options
author | PJ Fanning <fanningpj@apache.org> | 2017-07-15 20:00:11 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2017-07-15 20:00:11 +0000 |
commit | f9d5a16ca6d2f8a4c10e1c44fea6451a2911680a (patch) | |
tree | ee056294048f61f8f709456eaa3e1ea9faf8cf9f /sonar/pom.xml | |
parent | d320b2ea4a0ad32e8d49b8ce3f6ac1583ea48a5a (diff) | |
download | poi-f9d5a16ca6d2f8a4c10e1c44fea6451a2911680a.tar.gz poi-f9d5a16ca6d2f8a4c10e1c44fea6451a2911680a.zip |
try to fix build issues since namespaces constants were changed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/pom.xml')
-rw-r--r-- | sonar/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index 24b5889902..3e9314cb6a 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -223,6 +223,7 @@ <include name="org/apache/poi/POIXMLTypeLoader.java"/> <include name="org/apache/poi/util/DocumentHelper.java"/> <include name="org/apache/poi/util/SAXHelper.java"/> + <include name="org/apache/poi/openxml4j/opc/PackageNamespaces.java"/> </fileset> <fileset dir="${basedir}/../../src/java"> <include name="org/apache/poi/util/POILogFactory.java"/> |