Skip to content

Commit

Permalink
javax.xml.bind for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 16, 2020
1 parent f6bf642 commit 8b2571b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions edelta.parent/edelta.bom/pom.xml
Expand Up @@ -100,6 +100,16 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<dependencies>
<!-- Explicit dep on jaxb-api to avoid problems with JDK9 and later,
until a new version of coveralls-maven-plugin is released.
See also https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
<configuration>
<jacocoReports>
<jacocoReport>${project.basedir}/${jacoco-aggregate-report}</jacocoReport>
Expand Down

0 comments on commit 8b2571b

Please sign in to comment.