Skip to content

Commit 1f0200f

Browse files
authored
Upgrade jacoco to 0.8.10 (#4360)
* Upgrade jacoco to 0.8.10 * Fix test coverage reporting with java 17
1 parent 0326bf1 commit 1f0200f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<jetty.version>9.4.45.v20220203</jetty.version>
136136

137137
<!-- build plugin dependencies-->
138-
<maven.surefire.version>3.0.0-M5</maven.surefire.version>
138+
<maven.surefire.version>3.1.2</maven.surefire.version>
139139
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
140140
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
141141
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
@@ -145,7 +145,7 @@
145145
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
146146
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
147147
<checkstyle.version>8.42</checkstyle.version>
148-
<jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
148+
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
149149
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
150150
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
151151
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
@@ -256,7 +256,6 @@
256256
<artifactId>maven-surefire-plugin</artifactId>
257257
<version>${maven.surefire.version}</version>
258258
<configuration>
259-
<argLine>${argLine}</argLine>
260259
<excludes>
261260
<exclude>**/*StabilityTest.java</exclude>
262261
<exclude>**/*StabilityTests.java</exclude>

0 commit comments

Comments
 (0)