Skip to content

Commit

Permalink
cobertura-maven-plugin to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpavlikovskiy committed Oct 21, 2016
1 parent 508dc00 commit b2b07de
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Expand Up @@ -138,19 +138,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.6</version>
<version>2.7</version>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<aggregate>true</aggregate>
</configuration>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>5.0.3</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit b2b07de

Please sign in to comment.