From d20d45a29b0e7c2f06353b50a78dea1aafc2b04e Mon Sep 17 00:00:00 2001 From: benjamin carriou <bcu@kereval.com> Date: Tue, 19 Oct 2021 08:55:13 +0000 Subject: [PATCH] Update pom.xml to revert jacoco dependency --- pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pom.xml b/pom.xml index 8893083..118b9cc 100644 --- a/pom.xml +++ b/pom.xml @@ -172,16 +172,4 @@ </build> </profile> </profiles> - - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.7</version> - <type>maven-plugin</type> -</dependency> - </dependencies> - </dependencyManagement> - </project> -- GitLab