Skip to content

Commit

Permalink
added now additional required io
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaerk committed Apr 26, 2024
1 parent ae34bd3 commit d6eb58c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,16 @@
<artifactId>preflight</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-io</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
Expand Down

0 comments on commit d6eb58c

Please sign in to comment.