Skip to content

Commit

Permalink
SCB-2275 Fixed coveralls-maven-plugin fails on Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbeevip authored and WillemJiang committed Jun 10, 2021
1 parent 07f9eab commit 441a6ad
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 @@ -730,6 +730,13 @@
</jacocoReport>
</jacocoReports>
</configuration>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.2.4</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 441a6ad

Please sign in to comment.