Skip to content

Commit

Permalink
exclude jgoddies dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasJonssonYolean committed Sep 6, 2023
1 parent 7e5afb5 commit 7134d71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@
<artifactId>mpxj</artifactId>
<version>12.1.1</version>
<exclusions>
<!-- We get a newer version from quarkus-poi -->
<exclusion>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
</exclusion>
<!-- And we'll never use this (since we wont write any UIs in java) -->
<exclusion>
<groupId>com.jgoodies</groupId>
<artifactId>jgoodies-binding</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 7134d71

Please sign in to comment.