diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2017-09-08 21:03:58 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2017-09-08 21:03:58 +0000 |
commit | ab700dc2ae3a880f66a10075cbf1a502da928afb (patch) | |
tree | 4481fe51f452ee8962e51a82bdcded641b1c2b09 /sonar/pom.xml | |
parent | c48f56c92889cf9b19af278c39ca2eca2743c3de (diff) | |
parent | e26244c4e1c17bde0bbccc1199f04031753a6705 (diff) | |
download | poi-REL_3_17_FINAL.tar.gz poi-REL_3_17_FINAL.zip |
tag r1807825 as 3.17REL_3_17_FINAL
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_17_FINAL@1807826 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 0e141f749e..b10831c91e 100644 --- a/sonar/pom.xml +++ b/sonar/pom.xml @@ -230,6 +230,7 @@ <include name="org/apache/poi/util/POILogger.java"/> <include name="org/apache/poi/util/NullLogger.java"/> <include name="org/apache/poi/util/Internal.java"/> + <include name="org/apache/poi/util/Removal.java"/> </fileset> </copy> <copy todir="${basedir}/target/schemas"> |