Author: tilman
Date: Fri Sep 11 19:35:33 2026
New Revision: 1938118

Log:
PDFBOX-5250: revert unintended changes

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

Modified: pdfbox/branches/3.0/pdfbox/pom.xml
==============================================================================
--- pdfbox/branches/3.0/pdfbox/pom.xml  Fri Sep 11 19:31:49 2026        
(r1938117)
+++ pdfbox/branches/3.0/pdfbox/pom.xml  Fri Sep 11 19:35:33 2026        
(r1938118)
@@ -95,12 +95,6 @@
             <version>${jbig2.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>com.twelvemonkeys.imageio</groupId>
-            <artifactId>imageio-jpeg</artifactId>
-            <version>3.14.0</version>
-            <scope>test</scope>
-        </dependency>
         <!-- can't use 5.*, doesn't support jdk11 -->
         <dependency>
             <groupId>org.mockito</groupId>
@@ -120,7 +114,7 @@
         <dependency>
             <groupId>com.github.jai-imageio</groupId>
             <artifactId>jai-imageio-jpeg2000</artifactId>
-            <version>1.4.1-SNAPSHOT</version>
+            <version>${jai.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -158,10 +152,9 @@
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
-                    <argLine>@{surefireArgLine} -Xmx32g</argLine>
+                    <argLine>@{surefireArgLine} -Xmx1g</argLine>
                     <excludes>
                         
<exclude>org/apache/pdfbox/rendering/TestPDFToImage.java</exclude>
-                        
<exclude>org/apache/pdfbox/rendering/TestRendering.java</exclude>
                     </excludes>
                     <systemPropertyVariables>
                         
<java.util.logging.config.file>src/test/resources/logging.properties</java.util.logging.config.file>

Reply via email to