Skip to content

Commit aeb3161

Browse files
committed
Add jaxb-runtime dependency for coveralls plugin
1 parent 0b527ca commit aeb3161

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
<plugin>
254254
<groupId>org.sonarsource.scanner.maven</groupId>
255255
<artifactId>sonar-maven-plugin</artifactId>
256-
<version>3.4.1.1168</version>
256+
<version>3.5.0.1254</version>
257257
<executions>
258258
<execution>
259259
<id>sonar-code-analysis</id>
@@ -284,6 +284,13 @@
284284
<groupId>org.eluder.coveralls</groupId>
285285
<artifactId>coveralls-maven-plugin</artifactId>
286286
<version>4.3.0</version>
287+
<dependencies>
288+
<dependency>
289+
<groupId>org.glassfish.jaxb</groupId>
290+
<artifactId>jaxb-runtime</artifactId>
291+
<version>2.4.0-b180830.0438</version>
292+
</dependency>
293+
</dependencies>
287294
<executions>
288295
<execution>
289296
<id>report-test-coverage</id>

0 commit comments

Comments
 (0)