This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new d4e988c Remove redundant camel-test-junit5 dependency from
artemis-elasticsearch example project
d4e988c is described below
commit d4e988c0d12a1cbfbc2111e2329c89bfd1a7e030
Author: James Netherton <[email protected]>
AuthorDate: Wed Sep 11 09:17:25 2024 +0100
Remove redundant camel-test-junit5 dependency from artemis-elasticsearch
example project
---
artemis-elasticsearch/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/artemis-elasticsearch/pom.xml b/artemis-elasticsearch/pom.xml
index 8432437..8adce5b 100644
--- a/artemis-elasticsearch/pom.xml
+++ b/artemis-elasticsearch/pom.xml
@@ -121,11 +121,6 @@
<artifactId>elasticsearch</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-test-junit5</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>