Skip to content

Commit

Permalink
Add jaxb-runtime dependency for coveralls plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdesair committed Dec 18, 2018
1 parent 0b527ca commit aeb3161
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.4.1.1168</version>
<version>3.5.0.1254</version>
<executions>
<execution>
<id>sonar-code-analysis</id>
Expand Down Expand Up @@ -284,6 +284,13 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<dependencies>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.4.0-b180830.0438</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>report-test-coverage</id>
Expand Down

0 comments on commit aeb3161

Please sign in to comment.