Skip to content

Commit

Permalink
Port to Jakarta EE 9
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 22, 2023
1 parent 23ffbdd commit f5f8755
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@
<properties>
<mda.version>0.10.0-SNAPSHOT</mda.version>
<ukf-members.version>2.0.0-SNAPSHOT</ukf-members.version>
<!--
Override the JAXB version we get from the parent POM,
so that we are still working in the javax namespace
rather than under jakarta.
-->
<jakarta.jaxb-api.version>2.3.3</jakarta.jaxb-api.version>
<jakarta.jaxb-impl.version>2.3.7</jakarta.jaxb-impl.version>
<jakarta.jaxb-api.version>3.0.1</jakarta.jaxb-api.version>
<jakarta.jaxb-impl.version>3.0.2</jakarta.jaxb-impl.version>
</properties>

<repositories>
Expand Down Expand Up @@ -126,7 +121,8 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>test</scope>
<version>${jakarta.jaxb-impl.version}</version>
<scope>runtime</scope>
</dependency>

<dependency>
Expand Down

0 comments on commit f5f8755

Please sign in to comment.