Author: tilman
Date: Sat Oct 18 11:58:20 2025
New Revision: 1929210

Log:
PDFBOX-5660: add exclusions for rat 0.17; update rat

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

Modified: pdfbox/branches/2.0/parent/pom.xml
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml  Sat Oct 18 11:57:29 2025        
(r1929209)
+++ pdfbox/branches/2.0/parent/pom.xml  Sat Oct 18 11:58:20 2025        
(r1929210)
@@ -228,10 +228,13 @@
               <plugin>
                   <groupId>org.apache.rat</groupId>
                   <artifactId>apache-rat-plugin</artifactId>
-                  <version>0.16.1</version>
+                  <version>0.17</version>
                   <configuration>
                       <excludes>
                           <exclude>release.properties</exclude>
+                          <!-- netbeans local -->
+                          <exclude>nbactions.xml</exclude>
+                          <exclude>nb-configuration.xml</exclude>
                       </excludes>
                   </configuration>
               </plugin>

Reply via email to