Skip to content

Commit a37fc9a

Browse files
committed
remove Cobertura as it does not work with JDK 11
1 parent 2aac136 commit a37fc9a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -485,11 +485,6 @@ limitations under the License.
485485
<artifactId>maven-surefire-report-plugin</artifactId>
486486
<version>2.22.2</version>
487487
</plugin>
488-
<plugin>
489-
<groupId>org.codehaus.mojo</groupId>
490-
<artifactId>cobertura-maven-plugin</artifactId>
491-
<version>2.7</version>
492-
</plugin>
493488
<plugin>
494489
<groupId>org.codehaus.mojo</groupId>
495490
<artifactId>findbugs-maven-plugin</artifactId>
@@ -656,10 +651,6 @@ limitations under the License.
656651
</reportSet>
657652
</reportSets>
658653
</plugin>
659-
<plugin>
660-
<groupId>org.codehaus.mojo</groupId>
661-
<artifactId>cobertura-maven-plugin</artifactId>
662-
</plugin>
663654
</plugins>
664655
</reporting>
665656
</profile>

0 commit comments

Comments
 (0)