Skip to content

Commit

Permalink
config: resolve exception for coveralls in jdk 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and romani committed Oct 14, 2022
1 parent 410f4f7 commit 9a793b3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sevntu-checks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,15 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>

<!-- required to work for Java 11 -->
<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 9a793b3

Please sign in to comment.