Skip to content

Commit

Permalink
Added JAXB API dependency to be compatible with JDK >8
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong Sheng Tan committed Sep 3, 2019
1 parent 415b6eb commit 71ed3ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
<version>2.23.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>

<distributionManagement>
Expand Down

0 comments on commit 71ed3ed

Please sign in to comment.