commit | 035175b1b0af6fc7ac1ac287a031df9a4c60a21c | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Oct 26 12:06:25 2021 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Oct 26 15:44:49 2021 +0200 |
tree | 9fb9545c6d799ab51ddefb8ab5160a894d074254 | |
parent | 9526c2e7eaf0cf1c173a269b5558b26ccd88209b [diff] [blame] |
Clear matchlist if skip fails in NextSpans Change-Id: I4064b5e9cc5b6b0cb446697f76ceb2490d099cb1
diff --git a/pom.xml b/pom.xml index d0f48e1..de649e0 100644 --- a/pom.xml +++ b/pom.xml
@@ -237,6 +237,12 @@ <artifactId>cobertura-maven-plugin</artifactId> <version>${cobertura.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.sun</groupId> + <artifactId>tools</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies>