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 94eb55c2cf1a2a188ac3278b4f3b05ced5d2682f Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Sat Sep 24 09:20:27 2022 +0200 CAMEL-17448: removed unused dependencies on camel-resource-resolver-github --- components/camel-resourceresolver-github/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-resourceresolver-github/pom.xml b/components/camel-resourceresolver-github/pom.xml index f5381c2e036..8d4fbd6caf1 100644 --- a/components/camel-resourceresolver-github/pom.xml +++ b/components/camel-resourceresolver-github/pom.xml @@ -49,11 +49,6 @@ <artifactId>camel-test-junit5</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.assertj</groupId> - <artifactId>assertj-core</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId>
