diff options
author | Dominik Stadler <centic@apache.org> | 2023-09-06 07:14:14 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2023-09-06 07:14:14 +0000 |
commit | 9f4c5b8e455081e0705a0d70392002a83809322f (patch) | |
tree | b70b7e3733026c0c8ff414d2fc387880513421c5 /build.gradle | |
parent | 9c0c9ac8e40b46da282ccaf18a7fbe202be2dfa0 (diff) | |
download | poi-9f4c5b8e455081e0705a0d70392002a83809322f.tar.gz poi-9f4c5b8e455081e0705a0d70392002a83809322f.zip |
Revert PDFBox back to 2.0.x as 3.0.0 causes Java module errors
Seems Batik conflicts with newer PDFBox in some way
Error are like "module batik.xml reads package org.apache.pdfbox.multipdf from both de.rototor.pdfbox.graphics2d and org.apache.pdfbox"
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912121 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index d1333f25fe..0dff3438b1 100644 --- a/build.gradle +++ b/build.gradle @@ -128,8 +128,8 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.1.1' batikVersion = '1.17' - graphics2dVersion = '3.0.0' - pdfboxVersion = '3.0.0' + graphics2dVersion = '0.43' + pdfboxVersion = '2.0.29' saxonVersion = '11.5' apiGuardianVersion = '1.1.2' |