Author: tilman
Date: Sun Oct 12 10:36:43 2025
New Revision: 1929088

Log:
PDFBOX-5660: add exclusions for rat 0.17

Modified:
   pdfbox/branches/3.0/io/pom.xml

Modified: pdfbox/branches/3.0/io/pom.xml
==============================================================================
--- pdfbox/branches/3.0/io/pom.xml      Sun Oct 12 08:30:17 2025        
(r1929087)
+++ pdfbox/branches/3.0/io/pom.xml      Sun Oct 12 10:36:43 2025        
(r1929088)
@@ -78,6 +78,15 @@
                     </excludes>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        
<exclude>src/test/resources/org/apache/pdfbox/io/*.txt</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 

Reply via email to