Skip to content

Commit f14ed77

Browse files
author
TheSnoozer
committed
add jaxb dependency to coveralls
1 parent f728052 commit f14ed77

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@
282282
<artifactId>coveralls-maven-plugin</artifactId>
283283
<version>4.3.0</version>
284284
<!-- 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>
285293
</plugin>
286294
<!-- cobertura-maven-plugin doesn't support java 8 https://github.com/mojohaus/cobertura-maven-plugin/issues/21-->
287295
<plugin>

0 commit comments

Comments
 (0)