This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 6009c77310 Remove duplicated dependency from tests-support-kafka
6009c77310 is described below
commit 6009c773107899d78c7ad519ccfe27a4200d9c8d
Author: James Netherton <[email protected]>
AuthorDate: Fri May 31 09:40:06 2024 +0100
Remove duplicated dependency from tests-support-kafka
---
integration-tests-support/kafka/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/integration-tests-support/kafka/pom.xml
b/integration-tests-support/kafka/pom.xml
index 1c6fa9f197..6ab332536b 100644
--- a/integration-tests-support/kafka/pom.xml
+++ b/integration-tests-support/kafka/pom.xml
@@ -52,10 +52,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit4-mock</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-integration-test-support</artifactId>
- </dependency>
</dependencies>
<build>