Skip to content

Commit

Permalink
Unified version properties for api and impl of jaxb.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed May 25, 2020
1 parent d750054 commit ba0cdcc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gemsfx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@
<properties>
<javafx.version>13.0.1</javafx.version>
<javax.activation.version>1.2.0</javax.activation.version>
<jaxb.api.version>2.4.0-b180830.0438</jaxb.api.version>
<lombok.version>1.18.6</lombok.version>
<ikonli.version>11.3.5</ikonli.version>
<jaxb.api.version>2.3.3</jaxb.api.version>
<jaxb.impl.version>2.3.3</jaxb.impl.version>
<jaxb.version>2.3.3</jaxb.version>
</properties>

<developers>
Expand Down Expand Up @@ -166,13 +164,13 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>${jaxb.api.version}</version>
<version>${jaxb.version}</version>
</dependency>

<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.impl.version}</version>
<version>${jaxb.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ba0cdcc

Please sign in to comment.