diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml
index 4c5eac2e..9659d5ba 100644
--- a/commafeed-server/pom.xml
+++ b/commafeed-server/pom.xml
@@ -219,61 +219,6 @@
-
- org.jacoco
- jacoco-maven-plugin
- 0.8.14
-
-
-
- com/steadystate/css/parser/SACParserCSS21TokenManager
-
-
-
-
- unit-tests-agent
-
- prepare-agent
-
-
- ${project.build.directory}/jacoco-output/jacoco-unit-tests.exec
-
-
-
- integration-tests-agent
-
- prepare-agent-integration
-
-
- ${project.build.directory}/jacoco-output/jacoco-integration-tests.exec
-
-
-
- merge
- post-integration-test
-
- merge
-
-
-
-
- ${project.build.directory}/jacoco-output
-
- *.exec
-
-
-
-
-
-
- generate-code-coverage-report
- post-integration-test
-
- report
-
-
-
-
io.github.git-commit-id
git-commit-id-maven-plugin
@@ -533,11 +478,6 @@
quarkus-junit5-mockito
test
-
- io.quarkus
- quarkus-jacoco
- test
-
io.quarkiverse.playwright
quarkus-playwright
diff --git a/commafeed-server/src/test/resources/application.properties b/commafeed-server/src/test/resources/application.properties
deleted file mode 100644
index b236ff3a..00000000
--- a/commafeed-server/src/test/resources/application.properties
+++ /dev/null
@@ -1,2 +0,0 @@
-# we generate the jacoco report ourselves by aggregating the unit tests and integration tests jacoco.exec files
-quarkus.jacoco.report=false
\ No newline at end of file