Skip to content

Commit

Permalink
Use jaxb 2.3.1 or newer to avoid deprecation warnings on Java 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
FarmGeek4Life committed May 6, 2019
1 parent 0f14f04 commit 4c14a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

<dependencies>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>2.2.7</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>psidev.psi.tools</groupId>
Expand Down

0 comments on commit 4c14a37

Please sign in to comment.