Skip to content

Commit

Permalink
Updated build config.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Feb 3, 2024
1 parent 18b3e95 commit f4b2f59
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pdfviewfx-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<repositories>
<repository>
<id>jpro - sandec repository</id>
<id>sandec</id>
<url>https://sandec.jfrog.io/artifactory/repo</url>
</repository>
</repositories>
Expand Down Expand Up @@ -99,9 +99,9 @@
</plugin>

<plugin>
<groupId>com.sandec.jpro</groupId>
<groupId>one.jpro</groupId>
<artifactId>jpro-maven-plugin</artifactId>
<version>2020.1.0</version>
<version>2023.3.3</version>
<configuration>
<visible>false</visible>
<mainClassName>
Expand Down
1 change: 0 additions & 1 deletion pdfviewfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-core</artifactId>
<version>${ikonli.version}</version>
</dependency>

<dependency>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@
<groupId>com.dlsc.unitfx</groupId>
<artifactId>unitfx</artifactId>
<version>1.0.10</version>
<exclusions>
<exclusion>
<groupId>org.openjfx</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -77,7 +83,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f4b2f59

Please sign in to comment.