We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f728052 commit f14ed77Copy full SHA for f14ed77
1 file changed
pom.xml
@@ -282,6 +282,14 @@
282
<artifactId>coveralls-maven-plugin</artifactId>
283
<version>4.3.0</version>
284
<!-- repo token is passed via -DrepoToken=yourcoverallsprojectrepositorytoken -->
285
+ <dependencies>
286
+ <!-- https://github.com/trautonen/coveralls-maven-plugin/issues/141 -->
287
+ <dependency>
288
+ <groupId>javax.xml.bind</groupId>
289
+ <artifactId>jaxb-api</artifactId>
290
+ <version>2.2.3</version>
291
+ </dependency>
292
+ </dependencies>
293
</plugin>
294
<!-- cobertura-maven-plugin doesn't support java 8 https://github.com/mojohaus/cobertura-maven-plugin/issues/21-->
295
<plugin>
0 commit comments