Browse Source

graphics2d 3.0.2

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917702 13f79535-47bb-0310-9956-ffa450edef68
pull/636/head
PJ Fanning 4 weeks ago
parent
commit
48305903b3
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      build.gradle
  2. 1
    1
      build.xml

+ 1
- 1
build.gradle View File

@@ -129,7 +129,7 @@ subprojects {
hamcrestVersion = '2.2'
xmlbeansVersion = '5.2.0'
batikVersion = '1.17'
graphics2dVersion = '3.0.1'
graphics2dVersion = '3.0.2'
pdfboxVersion = '3.0.2'
saxonVersion = '12.4'
xmlSecVersion = '3.0.4'

+ 1
- 1
build.xml View File

@@ -328,7 +328,7 @@ under the License.
<dependency prefix="pdf.pdfbox" artifact="org.apache.pdfbox:pdfbox:3.0.2" usage="ooxml-provided"/>
<dependency prefix="pdf.pdfbox.io" artifact="org.apache.pdfbox:pdfbox-io:3.0.2" usage="ooxml-provided"/>
<dependency prefix="pdf.fontbox" artifact="org.apache.pdfbox:fontbox:3.0.2" usage="ooxml-provided"/>
<dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:3.0.1" usage="ooxml-provided"/>
<dependency prefix="pdf.graphics2d" artifact="de.rototor.pdfbox:graphics2d:3.0.2" usage="ooxml-provided"/>

<!-- jars in the ooxml-lib directory, see the fetch-ooxml-jars target-->
<dependency prefix="ooxml.curvesapi" artifact="com.github.virtuald:curvesapi:1.08" usage="ooxml"/>

Loading…
Cancel
Save