Blame SOURCES/7-remove-jacoco-dep.patch

6842c8
diff --git a/application/pom.xml b/application/pom.xml
2ffd80
index 6b92b98..34b9077 100644
6842c8
--- a/application/pom.xml
6842c8
+++ b/application/pom.xml
2ffd80
@@ -173,11 +173,6 @@
6842c8
 			<artifactId>flightrecorder.test</artifactId>
2ffd80
 			<version>8.0.1-SNAPSHOT</version>
6842c8
 		</dependency>
6842c8
-		<dependency>
6842c8
-			<groupId>org.jacoco</groupId>
6842c8
-			<artifactId>jacoco-maven-plugin</artifactId>
6842c8
-			<version>0.8.3</version>
6842c8
-		</dependency>
6842c8
 	</dependencies>
6842c8
 	<build>
6842c8
 		<plugins>