summaryrefslogtreecommitdiffstats
path: root/springboot/spring-boot-setup/src
diff options
context:
space:
mode:
Diffstat (limited to 'springboot/spring-boot-setup/src')
-rw-r--r--springboot/spring-boot-setup/src/main/resources/pom-template.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/springboot/spring-boot-setup/src/main/resources/pom-template.xml b/springboot/spring-boot-setup/src/main/resources/pom-template.xml
index bb107194..1924649c 100644
--- a/springboot/spring-boot-setup/src/main/resources/pom-template.xml
+++ b/springboot/spring-boot-setup/src/main/resources/pom-template.xml
@@ -613,10 +613,6 @@
</plugin>
<!-- Jacoco / Sonar -->
<plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>