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 37df2a8317f13aebf6c3857e29e8f31822c285a8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 3 11:47:51 2020 +0100 Camel-AWS-Translate: Removed camel-core-languages dep as it is camel-test --- components/camel-aws-translate/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/camel-aws-translate/pom.xml b/components/camel-aws-translate/pom.xml index 94b5140..c2205ae 100644 --- a/components/camel-aws-translate/pom.xml +++ b/components/camel-aws-translate/pom.xml @@ -77,10 +77,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>