Skip to content

Commit

Permalink
Open PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Dec 28, 2023
1 parent a3a82d1 commit 33c56f2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Libraries/openpdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,22 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.guicedee</groupId>
<artifactId>dev-kit</artifactId>
<artifactId>parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../../</relativePath>
</parent>

<groupId>com.guicedee.services</groupId>
<artifactId>openpdf</artifactId>
<!--<version>${openpdf.version}</version>-->
<packaging>jar</packaging>
<name>OpenPDF</name>
<version>2.0.0-SNAPSHOT</version>

<properties>
<project.scm.nameUrl>/GuicedEE/Services</project.scm.nameUrl>
</properties>


<dependencies>
<dependency>
<groupId>com.github.librepdf</groupId>
Expand Down

0 comments on commit 33c56f2

Please sign in to comment.