Skip to content

Commit c5f2047

Browse files
committed
chore: decomission JaCoCo
Part of #1672
1 parent 55327d4 commit c5f2047

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,6 @@
600600
<!-- Redefine default value from spring-boot-dependencies -->
601601
<htmlunit.version>2.46.0</htmlunit.version>
602602

603-
<jacoco.plugin.version>0.8.8</jacoco.plugin.version>
604-
605603
<!-- Redefine default value from spring-boot-dependencies -->
606604
<jakarta-mail.version>1.6.7</jakarta-mail.version>
607605

@@ -979,12 +977,6 @@
979977
</executions>
980978
</plugin>
981979

982-
<plugin>
983-
<groupId>org.jacoco</groupId>
984-
<artifactId>jacoco-maven-plugin</artifactId>
985-
<version>${jacoco.plugin.version}</version>
986-
</plugin>
987-
988980
<!--
989981
Usage:
990982
./mvnw robotframework:run (runs tests and generates report in target/robotframework-reports/report.html)

0 commit comments

Comments
 (0)