Browse Source

FOP-2873: Update to PDFBox 2.0.16

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1862545 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_4
Simon Steiner 4 years ago
parent
commit
1a073f4a3c
3 changed files with 2 additions and 2 deletions
  1. 2
    2
      fop-core/pom.xml
  2. BIN
      fop/lib/fontbox-2.0.16.jar
  3. BIN
      fop/lib/xmlgraphics-commons-svn-trunk.jar

+ 2
- 2
fop-core/pom.xml View File

@@ -90,7 +90,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>javax.media</groupId>
@@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.13</version>
<version>2.0.16</version>
<scope>test</scope>
</dependency>
</dependencies>

BIN
fop/lib/fontbox-2.0.13.jar → fop/lib/fontbox-2.0.16.jar View File


BIN
fop/lib/xmlgraphics-commons-svn-trunk.jar View File


Loading…
Cancel
Save