Skip to content

Commit

Permalink
adding missing dependency for PDF to X conversion article
Browse files Browse the repository at this point in the history
  • Loading branch information
slavisa-baeldung committed Nov 6, 2016
1 parent 9ea65a8 commit 979b678
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<artifactId>batik-transcoder</artifactId>
<version>1.8</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.15</version>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 979b678

Please sign in to comment.