aboutsummaryrefslogtreecommitdiff
path: root/jacoco-maven-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jacoco-maven-plugin/pom.xml')
-rw-r--r--jacoco-maven-plugin/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/jacoco-maven-plugin/pom.xml b/jacoco-maven-plugin/pom.xml
index 7c89b716..4b377486 100644
--- a/jacoco-maven-plugin/pom.xml
+++ b/jacoco-maven-plugin/pom.xml
@@ -31,22 +31,6 @@
<maven>3.0</maven>
</prerequisites>
- <dependencyManagement>
- <dependencies>
- <!-- maven-reporting-impl and slight update of version of its transitive dependency on commons-collections -->
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-impl</artifactId>
- <version>2.1</version>
- </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.2</version>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -74,10 +58,6 @@
<artifactId>maven-reporting-api</artifactId>
<version>${project.prerequisites.maven}</version>
</dependency>
- <dependency>
- <groupId>org.apache.maven.reporting</groupId>
- <artifactId>maven-reporting-impl</artifactId>
- </dependency>
<dependency>
<groupId>${project.groupId}</groupId>