Author: tilman Date: Wed Sep 17 15:22:01 2025 New Revision: 1928559 Log: PDFBOX-6070: load test file
Modified: pdfbox/branches/2.0/examples/pom.xml Modified: pdfbox/branches/2.0/examples/pom.xml ============================================================================== --- pdfbox/branches/2.0/examples/pom.xml Wed Sep 17 15:21:49 2025 (r1928558) +++ pdfbox/branches/2.0/examples/pom.xml Wed Sep 17 15:22:01 2025 (r1928559) @@ -185,6 +185,19 @@ <sha512>a5067d67da88dcb3f2b6e63c6387d2fc7170db104d67e81de59d12e9e6b1ad473c0325411fc1cc235e12fbc56a37a67181f85b4e49cb208fbea0c0a01ebe6dd2</sha512> </configuration> </execution> + <execution> + <id>testPDFBox5521</id> + <phase>generate-test-resources</phase> + <goals> + <goal>wget</goal> + </goals> + <configuration> + <url>https://issues.apache.org/jira/secure/attachment/12744153/santander_freistellungsauftrag.pdf</url> + <outputDirectory>${project.build.directory}/pdfs</outputDirectory> + <outputFileName>PDFBOX-5521-santander_freistellungsauftrag.pdf</outputFileName> + <sha512>fe79d6465d85480805dcc4f42c5fb86d0c811c3d1938f9173efbeddc2fc1ba2459d9aa1ad1fb6606ae4536197fdaa4d0d3b63334e3b1f0aa6d0849d7eb54ca3d</sha512> + </configuration> + </execution> </executions> </plugin> <!-- JDK9 -->