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:48:53 UTC

[camel] branch master updated (4bc6558 -> 37df2a8)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 4bc6558  Camel-AWS-Translate: added camel-core-languages test dep
     new 5b8929c  Camel-test: Added camel-core-languages as dep
     new 4274b57  Camel-AWS2-Translate: Removed the dep for camel-core-languages as it is now in camel-test
     new 37df2a8  Camel-AWS-Translate: Removed camel-core-languages dep as it is camel-test

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-aws-translate/pom.xml  | 5 -----
 components/camel-aws2-translate/pom.xml | 5 -----
 components/camel-test/pom.xml           | 4 ++++
 3 files changed, 4 insertions(+), 10 deletions(-)


[camel] 02/03: Camel-AWS2-Translate: Removed the dep for camel-core-languages as it is now in camel-test

Posted by ac...@apache.org.
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 <an...@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>


[camel] 03/03: Camel-AWS-Translate: Removed camel-core-languages dep as it is camel-test

Posted by ac...@apache.org.
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 <an...@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>


[camel] 01/03: Camel-test: Added camel-core-languages as dep

Posted by ac...@apache.org.
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 5b8929c5d723e5489d437940aea46f53b8cdbc9a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 3 11:45:25 2020 +0100

    Camel-test: Added camel-core-languages as dep
---
 components/camel-test/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml
index 39bb3eb..93aa39f 100644
--- a/components/camel-test/pom.xml
+++ b/components/camel-test/pom.xml
@@ -47,6 +47,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-management</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-languages</artifactId>
+        </dependency>
 
         <!-- common deps used in tests -->
         <dependency>