Skip to content

Commit

Permalink
pom.xml update
Browse files Browse the repository at this point in the history
  • Loading branch information
blakemcbride committed Jun 6, 2024
1 parent 6b872a4 commit 506dbde
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,24 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<version>25.1.0</version>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.31</version>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
<version>2.0.31</version>
</dependency>

<dependency>
<groupId>com.oracle.ojdbc</groupId>
<artifactId>ojdbc10</artifactId>
<version>19.3.0.0</version>
</dependency>

</dependencies>

</project>
Expand Down

0 comments on commit 506dbde

Please sign in to comment.