Skip to content

Commit

Permalink
GH-80 addition of build support for fontbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Corless committed Dec 30, 2020
1 parent 2412825 commit 11ab1bb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-awt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation 'com.twelvemonkeys.imageio:imageio-tiff:' + "${MONKEY_VERSION}"
implementation 'com.github.jai-imageio:jai-imageio-jpeg2000:' + "${JAI_VERSION}"
implementation 'org.apache.pdfbox:jbig2-imageio:' + "${JBIG2_VERSION}"

implementation 'org.apache.pdfbox:fontbox:' + "${FONT_BOX_VERSION}"
}

// generatePomFileForCoreJarPublication
Expand Down
5 changes: 5 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
<artifactId>jbig2-imageio</artifactId>
<version>${jbig2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>${font-box.version>}</version>
</dependency>

<!--<dependency>
<groupId>com.github.jai-imageio</groupId>
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ BOUNCY_VERSION=1.65
JAI_VERSION=1.3.0
MONKEY_VERSION=3.4
JBIG2_VERSION=3.0.3
FONT_BOX_VERSION=2.0.21
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<twelve-monkey.version>3.4</twelve-monkey.version>
<jai-imageio.version>1.3.0</jai-imageio.version>
<jbig2.version>3.0.3</jbig2.version>
<font-box.version>2.0.21</font-box.version>
</properties>

<issueManagement>
Expand Down

0 comments on commit 11ab1bb

Please sign in to comment.