This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 4274b57c836ead0a9d64e6a29bc9d8ae3c6b8df9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 3 11:45:58 2020 +0100 Camel-AWS2-Translate: Removed the dep for camel-core-languages as it is now in camel-test --- components/camel-aws2-translate/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-aws2-translate/pom.xml b/components/camel-aws2-translate/pom.xml index f352945..d0ab74a 100644 --- a/components/camel-aws2-translate/pom.xml +++ b/components/camel-aws2-translate/pom.xml @@ -82,10 +82,5 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-core-languages</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project>