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 2023/03/06 13:14:15 UTC

[camel] branch main updated (f0d836b843e -> b2b7604e94d)

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

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


    from f0d836b843e CAMEL-19062 - Clean up Parent POM - Exec Maven plugin
     new 47e147ee0ac CAMEL-19062 - Clean up Parent POM - Zendesk
     new b2b7604e94d CAMEL-19062 - Clean up Parent POM - Zendesk

The 2 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-zendesk/pom.xml | 1 +
 parent/pom.xml                   | 7 -------
 2 files changed, 1 insertion(+), 7 deletions(-)


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Zendesk

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 47e147ee0ace8e873ffe0e58192bc57b84124709
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:12:01 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Zendesk
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2be431a310b..b6a6b50d237 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,13 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- Optional Zendesk -->
-            <dependency>
-                <groupId>com.cloudbees.thirdparty</groupId>
-                <artifactId>zendesk-java-client</artifactId>
-                <version>${zendesk-client-version}</version>
-            </dependency>
-
             <!-- optional misc -->
             <dependency>
                 <groupId>commons-dbcp</groupId>


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Zendesk

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b2b7604e94d029c12e6427253c44f31aee04c615
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 6 14:13:07 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Zendesk
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-zendesk/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-zendesk/pom.xml b/components/camel-zendesk/pom.xml
index 35c79fd4ced..58752f5c6e3 100644
--- a/components/camel-zendesk/pom.xml
+++ b/components/camel-zendesk/pom.xml
@@ -49,6 +49,7 @@
         <dependency>
             <groupId>com.cloudbees.thirdparty</groupId>
             <artifactId>zendesk-java-client</artifactId>
+            <version>${zendesk-client-version}</version>
         </dependency>
 
         <!-- testing -->