Skip to content

Commit ac7ec96

Browse files
authored
Update pom.xml
1 parent d8c0f23 commit ac7ec96

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

pom.xml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -210,29 +210,6 @@
210210
<artifactId>maven-surefire-report-plugin</artifactId>
211211
<version>2.19.1</version>
212212
</plugin>
213-
<plugin>
214-
<groupId>org.jacoco</groupId>
215-
<artifactId>jacoco-maven-plugin</artifactId>
216-
<version>0.8.6</version>
217-
<executions>
218-
<execution>
219-
<goals>
220-
<goal>prepare-agent</goal>
221-
</goals>
222-
</execution>
223-
<execution>
224-
<id>jacoco-report</id>
225-
<phase>test</phase>
226-
<goals>
227-
<goal>report</goal>
228-
</goals>
229-
<!-- default target/jscoco/site/* -->
230-
<configuration>
231-
<outputDirectory>target/jacoco-report</outputDirectory>
232-
</configuration>
233-
</execution>
234-
</executions>
235-
</plugin>
236213
</plugins>
237214
</reporting>
238215

@@ -357,7 +334,7 @@
357334
<plugin>
358335
<groupId>org.jacoco</groupId>
359336
<artifactId>jacoco-maven-plugin</artifactId>
360-
<version>0.8.6</version>
337+
<version>0.8.2</version>
361338
</plugin>
362339
<plugin>
363340
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)