Author: tilman Date: Fri Dec 15 16:49:19 2023 New Revision: 1914691 URL: http://svn.apache.org/viewvc?rev=1914691&view=rev Log: PDFBOX-5740: revert versions to jdk 6
Modified: pdfbox/branches/2.0/pom.xml Modified: pdfbox/branches/2.0/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pom.xml?rev=1914691&r1=1914690&r2=1914691&view=diff ============================================================================== --- pdfbox/branches/2.0/pom.xml (original) +++ pdfbox/branches/2.0/pom.xml Fri Dec 15 16:49:19 2023 @@ -60,8 +60,10 @@ <junit.version>4.13.2</junit.version> <jbig2.version>3.0.4</jbig2.version> <jai.version>1.4.0</jai.version> - <commons-io.version>2.15.1</commons-io.version> - <commons-logging.version>1.3.0</commons-logging.version> + <!-- Version 2.6 and up requires Java 7 or above --> + <commons-io.version>2.5</commons-io.version> + <!-- Version 1.3.0 and up requires Java 8 or above --> + <commons-logging.version>1.2</commons-logging.version> <!-- PDFBOX-4479 to build on jdk6 on newer Jenkins --> <jdk.path>${env.JAVA_HOME}</jdk.path> </properties>