You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/03 10:39:15 UTC

[camel] branch master updated: Camel-AWS2-Translate: added camel-core-languages test dep

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


The following commit(s) were added to refs/heads/master by this push:
     new a558390  Camel-AWS2-Translate: added camel-core-languages test dep
a558390 is described below

commit a558390e6c77223bbd5d43b85da8e9e5048836b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 3 11:35:01 2020 +0100

    Camel-AWS2-Translate: added camel-core-languages test dep
---
 components/camel-aws2-translate/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws2-translate/pom.xml b/components/camel-aws2-translate/pom.xml
index d0ab74a..f352945 100644
--- a/components/camel-aws2-translate/pom.xml
+++ b/components/camel-aws2-translate/pom.xml
@@ -82,5 +82,10 @@
             <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>