We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55327d4 commit c5f2047Copy full SHA for c5f2047
pom.xml
@@ -600,8 +600,6 @@
600
<!-- Redefine default value from spring-boot-dependencies -->
601
<htmlunit.version>2.46.0</htmlunit.version>
602
603
- <jacoco.plugin.version>0.8.8</jacoco.plugin.version>
604
-
605
606
<jakarta-mail.version>1.6.7</jakarta-mail.version>
607
@@ -979,12 +977,6 @@
979
977
</executions>
980
978
</plugin>
981
982
- <plugin>
983
- <groupId>org.jacoco</groupId>
984
- <artifactId>jacoco-maven-plugin</artifactId>
985
- <version>${jacoco.plugin.version}</version>
986
- </plugin>
987
988
<!--
989
Usage:
990
./mvnw robotframework:run (runs tests and generates report in target/robotframework-reports/report.html)
0 commit comments