Skip to content

Commit

Permalink
Merge pull request #13 from ericglau/jaxbversion
Browse files Browse the repository at this point in the history
Change jaxb dependency
  • Loading branch information
chyt authored Jul 23, 2018
2 parents 52d7790 + f3c38c5 commit 1d8b1b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
<version>2.2.12</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 1d8b1b3

Please sign in to comment.