Skip to content

Commit

Permalink
Make Coveralls work on jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Jan 2, 2019
1 parent 2e9f1fd commit 08fdb86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 08fdb86

Please sign in to comment.