Skip to content

Commit

Permalink
Upgraded to java11
Browse files Browse the repository at this point in the history
  • Loading branch information
glytching committed Aug 2, 2019
1 parent d0fa597 commit 49daa53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@
<configuration>
<scanForSources>true</scanForSources>
</configuration>
<dependencies>
<!-- for java 10 compatability -->
<!-- see: https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.3</version>
</dependency>
</dependencies>
</plugin>
</plugins>
<resources>
Expand Down

0 comments on commit 49daa53

Please sign in to comment.