We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e187b commit bd4c42cCopy full SHA for bd4c42c
1 file changed
pom.xml
@@ -13,7 +13,7 @@
13
<failOnMissingWebXml>false</failOnMissingWebXml>
14
<vaadin.version>8.0.0.alpha2</vaadin.version>
15
<vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version>
16
- <jacoco.version>0.8.2</jacoco.version>
+ <jacoco.version>0.8.6</jacoco.version>
17
</properties>
18
19
<repositories>
@@ -354,6 +354,11 @@
354
<ignoreIdentifiers>true</ignoreIdentifiers>
355
</configuration>
356
</plugin>
357
+ <plugin>
358
+ <groupId>org.jacoco</groupId>
359
+ <artifactId>jacoco-maven-plugin</artifactId>
360
+ <version>0.8.6</version>
361
+ </plugin>
362
<plugin>
363
<groupId>org.codehaus.mojo</groupId>
364
<artifactId>findbugs-maven-plugin</artifactId>
0 commit comments