Skip to content

Commit

Permalink
#261 - Clean up POMs
Browse files Browse the repository at this point in the history
- Adjust ignored dependencies to Jakarta JAXB
  • Loading branch information
reckart committed Nov 1, 2023
1 parent 1d7b4b2 commit c0da91a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,8 @@
<!--
- JAXB is used via reflection and cannot be detected by Maven
-->
<dependency>javax.xml.bind:jaxb-api</dependency>
<dependency>com.sun.xml.bind:jaxb-core</dependency>
<dependency>com.sun.xml.bind:jaxb-impl</dependency>
<dependency>javax.activation:javax.activation-api</dependency>
<dependency>jakarta.xml.bind:jakarta.xml.bind-api</dependency>
<dependency>org.glassfish.jaxb</dependency>
<!--
- Common test dependencies
-->
Expand Down

0 comments on commit c0da91a

Please sign in to comment.