mirror of https://github.com/apache/poi.git
graphics2d 3.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917702 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b91827e029
commit
48305903b3
|
@ -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'
|
||||
|
|
|
@ -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…
Reference in New Issue