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 b025186eb2bad1ac22df146aa506fbe9e2c98c7b Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Sat Sep 24 09:51:09 2022 +0200 CAMEL-17448: removed unused dependencies on camel-whatsapp --- components/camel-whatsapp/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-whatsapp/pom.xml b/components/camel-whatsapp/pom.xml index 8d7b8c311a8..2814ff82db2 100644 --- a/components/camel-whatsapp/pom.xml +++ b/components/camel-whatsapp/pom.xml @@ -74,11 +74,6 @@ <artifactId>camel-health</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.awaitility</groupId> - <artifactId>awaitility</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId>
