Skip to content

Commit

Permalink
use the quarkus-jaxb extension
Browse files Browse the repository at this point in the history
instead of relying on the jaxb dependency provided på mpxj
  • Loading branch information
NiklasJonssonYolean committed Sep 7, 2023
1 parent 296d595 commit f9a356c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<artifactId>quarkus-poi-deployment</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jaxb-deployment</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.transformer</groupId>
<artifactId>org.eclipse.transformer</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
<artifactId>quarkus-poi</artifactId>
<version>2.0.3</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jaxb</artifactId>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>net.sf.mpxj</groupId>
<artifactId>mpxj</artifactId>
Expand Down

0 comments on commit f9a356c

Please sign in to comment.