diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-12-20 20:56:05 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-12-20 20:56:05 +0000 |
commit | f3b51d41a43e4401f2dcf1f6400a021c9f6bfaf7 (patch) | |
tree | c38cbcea52281f73fece252ed4752d50124abed6 /build.gradle | |
parent | 5ed99abe8f740ab2fb6a94b669509b1ef59f5755 (diff) | |
download | poi-f3b51d41a43e4401f2dcf1f6400a021c9f6bfaf7.tar.gz poi-f3b51d41a43e4401f2dcf1f6400a021c9f6bfaf7.zip |
pdfbox dependency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index c8874f9d1c..352b3e3db1 100644 --- a/build.gradle +++ b/build.gradle @@ -124,6 +124,8 @@ subprojects { hamcrestVersion = '2.2' xmlbeansVersion = '5.0.2' batikVersion = '1.14' + graphics2dVersion = '0.34' + pdfboxVersion = '2.0.25' saxonVersion = '10.6' apiGuardianVersion = '1.1.2' |