Skip to content

Commit

Permalink
Update version of commons-collections in jacoco-maven-plugin (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Mar 21, 2018
1 parent e068166 commit c45ecca
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion jacoco-maven-plugin/pom.xml
Expand Up @@ -30,6 +30,22 @@
<maven>2.2.1</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>
Expand Down Expand Up @@ -60,7 +76,6 @@
<dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>2.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit c45ecca

Please sign in to comment.