Skip to content

Commit

Permalink
Merge pull request kitodo#6151 from stweil/pdfbox
Browse files Browse the repository at this point in the history
Remove unused dependency org.apache.pdfbox:pdfbox
  • Loading branch information
solth authored Nov 11, 2024
2 parents d074f61 + 92a4dcc commit 7f01ecf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Kitodo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,18 +145,6 @@
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-web</artifactId>
</dependency>
<!-- overwrite parent dependency -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.32</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
Expand Down

0 comments on commit 7f01ecf

Please sign in to comment.