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/08 09:09:28 UTC

[camel] branch main updated (6bbf22b2e77 -> fab3ea899fd)

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 6bbf22b2e77 CAMEL-19062 - Clean up Parent POM - PDFBox
     new 347dea26b4b CAMEL-19062 - Clean up Parent POM - Pulsar
     new fab3ea899fd CAMEL-19062 - Clean up Parent POM - Pulsar

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-pulsar/pom.xml |  2 ++
 parent/pom.xml                  | 12 ------------
 2 files changed, 2 insertions(+), 12 deletions(-)


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

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 fab3ea899fdf1820fcb0d058512a682ad5871d54
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 10:08:18 2023 +0100

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

diff --git a/components/camel-pulsar/pom.xml b/components/camel-pulsar/pom.xml
index 11103151355..f3acfcd2cac 100644
--- a/components/camel-pulsar/pom.xml
+++ b/components/camel-pulsar/pom.xml
@@ -42,10 +42,12 @@
         <dependency>
             <groupId>org.apache.pulsar</groupId>
             <artifactId>pulsar-client</artifactId>
+            <version>${pulsar-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.pulsar</groupId>
             <artifactId>pulsar-client-admin</artifactId>
+            <version>${pulsar-version}</version>
         </dependency>
 
         <!-- testing -->


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

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 347dea26b4b0743d455460b914de44cda1f71fff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 10:07:43 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 014114af513..861a31d594f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2773,18 +2773,6 @@
                 <scope>import</scope>
             </dependency>
 	    
-            <!-- apache pulsar -->
-            <dependency>
-              <groupId>org.apache.pulsar</groupId>
-              <artifactId>pulsar-client</artifactId>
-              <version>${pulsar-version}</version>
-            </dependency>
-            <dependency>
-              <groupId>org.apache.pulsar</groupId>
-              <artifactId>pulsar-client-admin</artifactId>
-              <version>${pulsar-version}</version>
-            </dependency>
-
             <!-- apicurio -->
             <dependency>
                 <groupId>io.apicurio</groupId>