Skip to content

Commit

Permalink
Added XMPBOX dependency so we can merge PR #143
Browse files Browse the repository at this point in the history
  • Loading branch information
danfickle committed Oct 18, 2017
1 parent f2a0c21 commit b8238f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openhtmltopdf-pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<artifactId>pdfbox</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>xmpbox</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>com.openhtmltopdf</groupId>
<artifactId>openhtmltopdf-core</artifactId>
Expand Down

0 comments on commit b8238f5

Please sign in to comment.