This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit eda8638d94be5fea403ba378a113e2d471d53000 Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Feb 21 18:20:14 2022 +0100 CAMEL-17692: remove the unused dependency on camel-testcontainers --- components/camel-xmpp/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-xmpp/pom.xml b/components/camel-xmpp/pom.xml index db5d74d..001bcda 100644 --- a/components/camel-xmpp/pom.xml +++ b/components/camel-xmpp/pom.xml @@ -82,11 +82,6 @@ <artifactId>log4j-slf4j-impl</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-testcontainers</artifactId> - <scope>test</scope> - </dependency> <!-- test infra --> <dependency>
