You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2016/10/22 16:54:56 UTC

svn commit: r1766214 - /pdfbox/branches/2.0/parent/pom.xml

Author: lehmi
Date: Sat Oct 22 16:54:55 2016
New Revision: 1766214

URL: http://svn.apache.org/viewvc?rev=1766214&view=rev
Log:
PDFBOX-3532: exclude cacerts_jdk8u101 from rat check

Modified:
    pdfbox/branches/2.0/parent/pom.xml

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1766214&r1=1766213&r2=1766214&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Sat Oct 22 16:54:55 2016
@@ -226,6 +226,7 @@
                     <configuration>
                         <excludes>
                             <exclude>release.properties</exclude>
+                            <exclude>cacerts_jdk8u101</exclude>
                         </excludes>
                     </configuration>
                 </plugin>